Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest
-
Packages that use DescribeVpcsRequest 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 DescribeVpcsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeVpcsRequest Modifier and Type Method Description default CompletableFuture<DescribeVpcsResponse>Ec2AsyncClient. describeVpcs(DescribeVpcsRequest describeVpcsRequest)Describes one or more of your VPCs.default DescribeVpcsResponseEc2Client. describeVpcs(DescribeVpcsRequest describeVpcsRequest)Describes one or more of your VPCs.default DescribeVpcsPublisherEc2AsyncClient. describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)This is a variant ofEc2AsyncClient.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)operation.default DescribeVpcsIterableEc2Client. describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)This is a variant ofEc2Client.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)operation. -
Uses of DescribeVpcsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeVpcsRequest Constructor Description DescribeVpcsIterable(Ec2Client client, DescribeVpcsRequest firstRequest)DescribeVpcsPublisher(Ec2AsyncClient client, DescribeVpcsRequest firstRequest) -
Uses of DescribeVpcsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeVpcsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeVpcsRequestMarshaller. marshall(DescribeVpcsRequest describeVpcsRequest) -
Uses of DescribeVpcsRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type DescribeVpcsRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeVpcsResponse>>Ec2AsyncWaiter. waitUntilVpcAvailable(DescribeVpcsRequest describeVpcsRequest)PollsEc2AsyncClient.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVpcsResponse>>Ec2AsyncWaiter. waitUntilVpcAvailable(DescribeVpcsRequest describeVpcsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVpcsResponse>Ec2Waiter. waitUntilVpcAvailable(DescribeVpcsRequest describeVpcsRequest)PollsEc2Client.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVpcsResponse>Ec2Waiter. waitUntilVpcAvailable(DescribeVpcsRequest describeVpcsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVpcsResponse>>Ec2AsyncWaiter. waitUntilVpcExists(DescribeVpcsRequest describeVpcsRequest)PollsEc2AsyncClient.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVpcsResponse>>Ec2AsyncWaiter. waitUntilVpcExists(DescribeVpcsRequest describeVpcsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVpcsResponse>Ec2Waiter. waitUntilVpcExists(DescribeVpcsRequest describeVpcsRequest)PollsEc2Client.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVpcsResponse>Ec2Waiter. waitUntilVpcExists(DescribeVpcsRequest describeVpcsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)API until the desired conditionVpcExistsis met, or until it is determined that the resource will never enter into the desired state
-