Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model | |
software.amazon.awssdk.services.ec2.paginators |
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 |
---|---|
SdkPublisher<NatGateway> |
DescribeNatGatewaysPublisher.natGateways()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NatGateway> |
DescribeNatGatewaysIterable.natGateways()
Returns an iterable to iterate through the paginated
DescribeNatGatewaysResponse.natGateways() member. |
Copyright © 2022. All rights reserved.