Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DescribeFlowLogsResult |
AmazonEC2.describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
DescribeFlowLogsResult |
AmazonEC2Client.describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
Future<DescribeFlowLogsResult> |
AmazonEC2AsyncClient.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
Future<DescribeFlowLogsResult> |
AmazonEC2Async.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
Future<DescribeFlowLogsResult> |
AmazonEC2AsyncClient.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Describes one or more flow logs.
|
Future<DescribeFlowLogsResult> |
AmazonEC2Async.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Describes one or more flow logs.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeFlowLogsResult> |
AmazonEC2AsyncClient.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Describes one or more flow logs.
|
Future<DescribeFlowLogsResult> |
AmazonEC2Async.describeFlowLogsAsync(DescribeFlowLogsRequest describeFlowLogsRequest,
AsyncHandler<DescribeFlowLogsRequest,DescribeFlowLogsResult> asyncHandler)
Describes one or more flow logs.
|
Modifier and Type | Method and Description |
---|---|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.clone() |
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFilter(Collection<Filter> filter)
One or more filters.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFilter(Filter... filter)
One or more filters.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withFlowLogIds(String... flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single
page.
|
DescribeFlowLogsRequest |
DescribeFlowLogsRequest.withNextToken(String nextToken)
The token to retrieve the next page of results.
|
Copyright © 2015. All rights reserved.