Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeVpcPeeringConnectionsRequest |
DescribeVpcPeeringConnectionsRequest.clone() |
DescribeVpcPeeringConnectionsRequest |
DescribeVpcPeeringConnectionsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVpcPeeringConnectionsRequest |
DescribeVpcPeeringConnectionsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeVpcPeeringConnectionsRequest |
DescribeVpcPeeringConnectionsRequest.withVpcPeeringConnectionIds(Collection<String> vpcPeeringConnectionIds)
One or more VPC peering connection IDs.
|
DescribeVpcPeeringConnectionsRequest |
DescribeVpcPeeringConnectionsRequest.withVpcPeeringConnectionIds(String... vpcPeeringConnectionIds)
One or more VPC peering connection IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeVpcPeeringConnectionsRequest> |
DescribeVpcPeeringConnectionsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeVpcPeeringConnectionsRequest> |
AmazonEC2Waiters.vpcPeeringConnectionDeleted()
Builds a VpcPeeringConnectionDeleted 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<DescribeVpcPeeringConnectionsRequest> |
AmazonEC2Waiters.vpcPeeringConnectionExists()
Builds a VpcPeeringConnectionExists 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 |
---|---|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsFunction.apply(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.