Uses of Class
com.amazonaws.services.ec2.model.DeleteKeyPairResult
Packages that use DeleteKeyPairResult
-
Uses of DeleteKeyPairResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteKeyPairResultModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteKeyPair(DeleteKeyPairRequest request) AmazonEC2.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest) Deletes the specified key pair, by removing the public key from Amazon EC2.AmazonEC2Client.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest) Deletes the specified key pair, by removing the public key from Amazon EC2.Methods in com.amazonaws.services.ec2 that return types with arguments of type DeleteKeyPairResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest request) AbstractAmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest request, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest) Deletes the specified key pair, by removing the public key from Amazon EC2.AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) Deletes the specified key pair, by removing the public key from Amazon EC2.AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest request) AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest request, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteKeyPairResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest request, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) Deletes the specified key pair, by removing the public key from Amazon EC2.AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest request, AsyncHandler<DeleteKeyPairRequest, DeleteKeyPairResult> asyncHandler) -
Uses of DeleteKeyPairResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteKeyPairResult