Uses of Class
software.amazon.awssdk.services.ec2.model.NatGateway
Packages that use NatGateway
Package
Description
-
Uses of NatGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NatGatewayModifier and TypeMethodDescriptionfinal NatGatewayCreateNatGatewayResponse.natGateway()Information about the NAT gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGatewayModifier and TypeMethodDescriptionfinal List<NatGateway>DescribeNatGatewaysResponse.natGateways()Information about the NAT gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NatGatewayModifier and TypeMethodDescriptionCreateNatGatewayResponse.Builder.natGateway(NatGateway natGateway) Information about the NAT gateway.DescribeNatGatewaysResponse.Builder.natGateways(NatGateway... natGateways) Information about the NAT gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NatGatewayModifier and TypeMethodDescriptionDescribeNatGatewaysResponse.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 NatGatewayModifier and TypeMethodDescriptionfinal SdkIterable<NatGateway>DescribeNatGatewaysIterable.natGateways()Returns an iterable to iterate through the paginatedDescribeNatGatewaysResponse.natGateways()member.final SdkPublisher<NatGateway>DescribeNatGatewaysPublisher.natGateways()Returns a publisher that can be used to get a stream of data.