Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest
-
Packages that use DescribeSubnetsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform software.amazon.awssdk.services.ec2.waiters -
-
Uses of DescribeSubnetsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeSubnetsRequest Modifier and Type Method Description default CompletableFuture<DescribeSubnetsResponse>Ec2AsyncClient. describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)Describes one or more of your subnets.default DescribeSubnetsResponseEc2Client. describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)Describes one or more of your subnets.default DescribeSubnetsPublisherEc2AsyncClient. describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)Describes one or more of your subnets.default DescribeSubnetsIterableEc2Client. describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)Describes one or more of your subnets. -
Uses of DescribeSubnetsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeSubnetsRequest Constructor Description DescribeSubnetsIterable(Ec2Client client, DescribeSubnetsRequest firstRequest)DescribeSubnetsPublisher(Ec2AsyncClient client, DescribeSubnetsRequest firstRequest) -
Uses of DescribeSubnetsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeSubnetsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSubnetsRequestMarshaller. marshall(DescribeSubnetsRequest describeSubnetsRequest) -
Uses of DescribeSubnetsRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type DescribeSubnetsRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeSubnetsResponse>>Ec2AsyncWaiter. waitUntilSubnetAvailable(DescribeSubnetsRequest describeSubnetsRequest)PollsEc2AsyncClient.describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)API until the desired conditionSubnetAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeSubnetsResponse>>Ec2AsyncWaiter. waitUntilSubnetAvailable(DescribeSubnetsRequest describeSubnetsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)API until the desired conditionSubnetAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeSubnetsResponse>Ec2Waiter. waitUntilSubnetAvailable(DescribeSubnetsRequest describeSubnetsRequest)PollsEc2Client.describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)API until the desired conditionSubnetAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeSubnetsResponse>Ec2Waiter. waitUntilSubnetAvailable(DescribeSubnetsRequest describeSubnetsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)API until the desired conditionSubnetAvailableis met, or until it is determined that the resource will never enter into the desired state
-