Uses of Class
com.amazonaws.services.ec2.model.DescribeKeyPairsResult
Packages that use DescribeKeyPairsResult
-
Uses of DescribeKeyPairsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeKeyPairsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeKeyPairs()
AbstractAmazonEC2.describeKeyPairs
(DescribeKeyPairsRequest request) AmazonEC2.describeKeyPairs()
Simplified method form for invoking the DescribeKeyPairs operation.AmazonEC2.describeKeyPairs
(DescribeKeyPairsRequest describeKeyPairsRequest) Describes one or more of your key pairs.AmazonEC2Client.describeKeyPairs()
AmazonEC2Client.describeKeyPairs
(DescribeKeyPairsRequest describeKeyPairsRequest) Describes one or more of your key pairs.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeKeyPairsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.AbstractAmazonEC2Async.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AbstractAmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest request) AbstractAmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest request, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) AmazonEC2Async.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.AmazonEC2Async.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest describeKeyPairsRequest) Describes one or more of your key pairs.AmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Describes one or more of your key pairs.AmazonEC2AsyncClient.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.AmazonEC2AsyncClient.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AmazonEC2AsyncClient.describeKeyPairsAsync
(DescribeKeyPairsRequest request) AmazonEC2AsyncClient.describeKeyPairsAsync
(DescribeKeyPairsRequest request, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeKeyPairsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AbstractAmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest request, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) AmazonEC2Async.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AmazonEC2Async.describeKeyPairsAsync
(DescribeKeyPairsRequest describeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Describes one or more of your key pairs.AmazonEC2AsyncClient.describeKeyPairsAsync
(AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.AmazonEC2AsyncClient.describeKeyPairsAsync
(DescribeKeyPairsRequest request, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult> asyncHandler) -
Uses of DescribeKeyPairsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeKeyPairsResultModifier and TypeMethodDescriptionDescribeKeyPairsResult.clone()
DescribeKeyPairsResult.withKeyPairs
(KeyPairInfo... keyPairs) Information about one or more key pairs.DescribeKeyPairsResult.withKeyPairs
(Collection<KeyPairInfo> keyPairs) Information about one or more key pairs.