| 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 DescribeNatGatewaysResponse |
EC2Client.describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of the your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
EC2AsyncClient.describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of the your NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeNatGatewaysRequest> |
DescribeNatGatewaysRequestMarshaller.marshall(DescribeNatGatewaysRequest describeNatGatewaysRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeNatGatewaysRequest> |
DescribeNatGatewaysRequestMarshaller.marshall(DescribeNatGatewaysRequest describeNatGatewaysRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeNatGatewaysRequest> |
EC2ClientWaiters.natGatewayAvailable()
Builds a NatGatewayAvailable 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 |
|---|---|
DescribeNatGatewaysResponse |
DescribeNatGatewaysFunction.apply(DescribeNatGatewaysRequest describeNatGatewaysRequest)
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.