Uses of Class
software.amazon.awssdk.services.ec2.model.NatGateway
-
Packages that use NatGateway Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of NatGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NatGateway Modifier and Type Method Description NatGatewayCreateNatGatewayResponse. natGateway()Information about the NAT gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGateway Modifier and Type Method Description List<NatGateway>DescribeNatGatewaysResponse. natGateways()Information about the NAT gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NatGateway Modifier and Type Method Description CreateNatGatewayResponse.BuilderCreateNatGatewayResponse.Builder. natGateway(NatGateway natGateway)Information about the NAT gateway.DescribeNatGatewaysResponse.BuilderDescribeNatGatewaysResponse.Builder. natGateways(NatGateway... natGateways)Information about the NAT gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NatGateway Modifier and Type Method Description DescribeNatGatewaysResponse.BuilderDescribeNatGatewaysResponse.Builder. natGateways(Collection<NatGateway> natGateways)Information about the NAT gateways. -
Uses of NatGateway in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NatGateway Modifier and Type Method Description SdkIterable<NatGateway>DescribeNatGatewaysIterable. natGateways()Returns an iterable to iterate through the paginatedDescribeNatGatewaysResponse.natGateways()member.SdkPublisher<NatGateway>DescribeNatGatewaysPublisher. natGateways()Returns a publisher that can be used to get a stream of data.
-