Uses of Class
com.amazonaws.services.ec2.model.DescribeFlowLogsResult
Packages that use DescribeFlowLogsResult
-
Uses of DescribeFlowLogsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeFlowLogsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeFlowLogs()
AbstractAmazonEC2.describeFlowLogs
(DescribeFlowLogsRequest request) AmazonEC2.describeFlowLogs()
Simplified method form for invoking the DescribeFlowLogs operation.AmazonEC2.describeFlowLogs
(DescribeFlowLogsRequest describeFlowLogsRequest) Describes one or more flow logs.AmazonEC2Client.describeFlowLogs()
AmazonEC2Client.describeFlowLogs
(DescribeFlowLogsRequest describeFlowLogsRequest) Describes one or more flow logs.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeFlowLogsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeFlowLogsAsync()
Simplified method form for invoking the DescribeFlowLogs operation.AbstractAmazonEC2Async.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AbstractAmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest request) AbstractAmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) AmazonEC2Async.describeFlowLogsAsync()
Simplified method form for invoking the DescribeFlowLogs operation.AmazonEC2Async.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest describeFlowLogsRequest) Describes one or more flow logs.AmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest describeFlowLogsRequest, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Describes one or more flow logs.AmazonEC2AsyncClient.describeFlowLogsAsync()
Simplified method form for invoking the DescribeFlowLogs operation.AmazonEC2AsyncClient.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AmazonEC2AsyncClient.describeFlowLogsAsync
(DescribeFlowLogsRequest request) AmazonEC2AsyncClient.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeFlowLogsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AbstractAmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) AmazonEC2Async.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest describeFlowLogsRequest, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Describes one or more flow logs.AmazonEC2AsyncClient.describeFlowLogsAsync
(AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Simplified method form for invoking the DescribeFlowLogs operation with an AsyncHandler.AmazonEC2AsyncClient.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) -
Uses of DescribeFlowLogsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeFlowLogsResultModifier and TypeMethodDescriptionDescribeFlowLogsResult.clone()
DescribeFlowLogsResult.withFlowLogs
(FlowLog... flowLogs) Information about the flow logs.DescribeFlowLogsResult.withFlowLogs
(Collection<FlowLog> flowLogs) Information about the flow logs.DescribeFlowLogsResult.withNextToken
(String nextToken) The token to use to retrieve the next page of results.