Uses of Class
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable
-
Packages that use DescribeNatGatewaysIterable Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeNatGatewaysIterable in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeNatGatewaysIterable Modifier and Type Method Description default DescribeNatGatewaysIterableEc2Client. describeNatGatewaysPaginator()Describes one or more of your NAT gateways.default DescribeNatGatewaysIterableEc2Client. describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)Describes one or more of your NAT gateways.default DescribeNatGatewaysIterableEc2Client. describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest)Describes one or more of your NAT gateways.
-