| 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> |
DescribeNatGatewaysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNatGatewaysIterable |
DescribeNatGatewaysIterable.resume(DescribeNatGatewaysResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
DescribeNatGatewaysPublisher |
DescribeNatGatewaysPublisher.resume(DescribeNatGatewaysResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNatGatewaysPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeNatGatewaysResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
DescribeNatGatewaysResponse |
DescribeNatGatewaysResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.