Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeVpcsResult> |
AmazonEC2Async.describeVpcsAsync(AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.
|
Future<DescribeVpcsResult> |
AbstractAmazonEC2Async.describeVpcsAsync(AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.
|
Future<DescribeVpcsResult> |
AmazonEC2AsyncClient.describeVpcsAsync(AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.
|
Future<DescribeVpcsResult> |
AmazonEC2Async.describeVpcsAsync(DescribeVpcsRequest describeVpcsRequest,
AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Describes one or more of your VPCs.
|
Future<DescribeVpcsResult> |
AbstractAmazonEC2Async.describeVpcsAsync(DescribeVpcsRequest request,
AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler) |
Future<DescribeVpcsResult> |
AmazonEC2AsyncClient.describeVpcsAsync(DescribeVpcsRequest request,
AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeVpcsRequest |
DescribeVpcsRequest.clone() |
DescribeVpcsRequest |
DescribeVpcsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withVpcIds(Collection<String> vpcIds)
One or more VPC IDs.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withVpcIds(String... vpcIds)
One or more VPC IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeVpcsRequest> |
DescribeVpcsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeVpcsRequest> |
AmazonEC2Waiters.vpcAvailable()
Builds a VpcAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVpcsRequest> |
AmazonEC2Waiters.vpcExists()
Builds a VpcExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource entered the desired state or not, where
polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcsResult |
DescribeVpcsFunction.apply(DescribeVpcsRequest describeVpcsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.