Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest
-
Packages that use DescribeKeyPairsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform software.amazon.awssdk.services.ec2.waiters -
-
Uses of DescribeKeyPairsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeKeyPairsRequest Modifier and Type Method Description default CompletableFuture<DescribeKeyPairsResponse>Ec2AsyncClient. describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)Describes the specified key pairs or all of your key pairs.default DescribeKeyPairsResponseEc2Client. describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)Describes the specified key pairs or all of your key pairs. -
Uses of DescribeKeyPairsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeKeyPairsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeKeyPairsRequestMarshaller. marshall(DescribeKeyPairsRequest describeKeyPairsRequest) -
Uses of DescribeKeyPairsRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type DescribeKeyPairsRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeKeyPairsResponse>>Ec2AsyncWaiter. waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest)PollsEc2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeKeyPairsResponse>>Ec2AsyncWaiter. waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeKeyPairsResponse>Ec2Waiter. waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest)PollsEc2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeKeyPairsResponse>Ec2Waiter. waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest)API until the desired conditionKeyPairExistsis met, or until it is determined that the resource will never enter into the desired state
-