| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNatGatewaysResponse |
EC2Client.describeNatGateways()
Describes one or more of the your NAT gateways.
|
default DescribeNatGatewaysResponse |
EC2Client.describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of the your NAT gateways.
|
default DescribeNatGatewaysResponse |
EC2Client.describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of the your NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeNatGatewaysResponse> |
EC2AsyncClient.describeNatGateways()
Describes one or more of the your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
EC2AsyncClient.describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> 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 |
|---|---|
Iterator<DescribeNatGatewaysResponse> |
DescribeNatGatewaysPaginator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNatGatewaysResponse |
DescribeNatGatewaysResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.