Uses of Class
com.amazonaws.services.ec2.model.DescribeFlowLogsRequest
Packages that use DescribeFlowLogsRequest
-
Uses of DescribeFlowLogsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeFlowLogsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeFlowLogs
(DescribeFlowLogsRequest request) AmazonEC2.describeFlowLogs
(DescribeFlowLogsRequest describeFlowLogsRequest) Describes one or more flow logs.AmazonEC2Client.describeFlowLogs
(DescribeFlowLogsRequest describeFlowLogsRequest) Describes one or more flow logs.AbstractAmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest request) AbstractAmazonEC2Async.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> 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
(DescribeFlowLogsRequest request) AmazonEC2AsyncClient.describeFlowLogsAsync
(DescribeFlowLogsRequest request, AsyncHandler<DescribeFlowLogsRequest, DescribeFlowLogsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeFlowLogsRequestModifier 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 DescribeFlowLogsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeFlowLogsRequestModifier and TypeMethodDescriptionDescribeFlowLogsRequest.clone()
DescribeFlowLogsRequest.withFilter
(Filter... filter) One or more filters.DescribeFlowLogsRequest.withFilter
(Collection<Filter> filter) One or more filters.DescribeFlowLogsRequest.withFlowLogIds
(String... flowLogIds) One or more flow log IDs.DescribeFlowLogsRequest.withFlowLogIds
(Collection<String> flowLogIds) One or more flow log IDs.DescribeFlowLogsRequest.withMaxResults
(Integer maxResults) The maximum number of results to return for the request in a single page.DescribeFlowLogsRequest.withNextToken
(String nextToken) The token to retrieve the next page of results.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeFlowLogsRequestModifier and TypeMethodDescriptionDescribeFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.