Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeFlowLogsResult> |
AmazonEC2AsyncClient.describeFlowLogsAsync(AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Simplified method form for invoking the DescribeFlowLogs operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeFlowLogsResult> |
AmazonEC2Async.describeFlowLogsAsync(AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Simplified method form for invoking the DescribeFlowLogs operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeFlowLogsResult> |
AbstractAmazonEC2Async.describeFlowLogsAsync(AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Simplified method form for invoking the DescribeFlowLogs operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeFlowLogsResult> |
AmazonEC2AsyncClient.describeFlowLogsAsync(DescribeFlowLogsRequest request,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler) |
java.util.concurrent.Future<DescribeFlowLogsResult> |
AmazonEC2Async.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Describes one or more flow logs.
|
java.util.concurrent.Future<DescribeFlowLogsResult> |
AbstractAmazonEC2Async.describeFlowLogsAsync(DescribeFlowLogsRequest request,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.clone() |
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFilter(java.util.Collection<Filter> filter)
One or more filters.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFilter(Filter... filter)
One or more filters.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFlowLogIds(java.util.Collection<java.lang.String> flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFlowLogIds(java.lang.String... flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withNextToken(java.lang.String nextToken)
The token to retrieve the next page of results.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeFlowLogsRequest> |
DescribeFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeFlowLogsRequest> |
DescribeFlowLogsRequestMarshaller.marshall(DescribeFlowLogsRequest describeFlowLogsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeFlowLogsRequest> |
DescribeFlowLogsRequestMarshaller.marshall(DescribeFlowLogsRequest describeFlowLogsRequest) |