| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
NatGateway |
CreateNatGatewayResponse.natGateway()
Information about the NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<NatGateway> |
DescribeNatGatewaysResponse.natGateways()
Information about the NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNatGatewayResponse.Builder |
CreateNatGatewayResponse.Builder.natGateway(NatGateway natGateway)
Information about the NAT gateway.
|
DescribeNatGatewaysResponse.Builder |
DescribeNatGatewaysResponse.Builder.natGateways(NatGateway... natGateways)
Information about the NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNatGatewaysResponse.Builder |
DescribeNatGatewaysResponse.Builder.natGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<NatGateway> |
DescribeNatGatewaysPaginator.natGateways()
Returns an iterable to iterate through the paginated
DescribeNatGatewaysResponse.natGateways() member. |
| Modifier and Type | Method and Description |
|---|---|
NatGateway |
NatGatewayUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.