| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNatGatewaysResponse |
Ec2Client.describeNatGateways()
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysResponse |
Ec2Client.describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysResponse |
Ec2Client.describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeNatGatewaysResponse> |
Ec2AsyncClient.describeNatGateways()
Describes one or more of your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
Ec2AsyncClient.describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
Ec2AsyncClient.describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeNatGatewaysResponse> |
DescribeNatGatewaysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNatGatewaysPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeNatGatewaysResponse> subscriber) |
Copyright © 2020. All rights reserved.