| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVpcsResponse |
EC2Client.describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
default CompletableFuture<DescribeVpcsResponse> |
EC2AsyncClient.describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVpcsRequest> |
DescribeVpcsRequestMarshaller.marshall(DescribeVpcsRequest describeVpcsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVpcsRequest> |
DescribeVpcsRequestMarshaller.marshall(DescribeVpcsRequest describeVpcsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeVpcsRequest> |
EC2ClientWaiters.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> |
EC2ClientWaiters.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 |
|---|---|
DescribeVpcsResponse |
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 © 2017. All rights reserved.