Uses of Class
com.amazonaws.services.ec2.model.DeleteKeyPairRequest
Packages that use DeleteKeyPairRequest
-
Uses of DeleteKeyPairRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DeleteKeyPairRequestModifier 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.AbstractAmazonEC2Async.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 DeleteKeyPairRequestModifier 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 DeleteKeyPairRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type DeleteKeyPairRequestModifier and TypeClassDescriptionclassContains the parameters for DeleteKeyPair.Methods in com.amazonaws.services.ec2.model that return DeleteKeyPairRequestModifier and TypeMethodDescriptionDeleteKeyPairRequest.clone()DeleteKeyPairRequest.withKeyName(String keyName) The name of the key pair.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteKeyPairRequestModifier and TypeMethodDescriptionDeleteKeyPairRequest.getDryRunRequest()This method is intended for internal use only.