Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeVpcsResult> |
AbstractAmazonEC2Async.describeVpcsAsync(AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.
|
Future<DescribeVpcsResult> |
AmazonEC2Async.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> |
AbstractAmazonEC2Async.describeVpcsAsync(DescribeVpcsRequest request,
AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler) |
Future<DescribeVpcsResult> |
AmazonEC2Async.describeVpcsAsync(DescribeVpcsRequest describeVpcsRequest,
AsyncHandler<DescribeVpcsRequest,DescribeVpcsResult> asyncHandler)
Describes your VPCs.
|
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)
The filters.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withFilters(Filter... filters)
The filters.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withVpcIds(Collection<String> vpcIds)
The IDs of the VPCs.
|
DescribeVpcsRequest |
DescribeVpcsRequest.withVpcIds(String... vpcIds)
The IDs of the VPCs.
|
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 © 2024. All rights reserved.