Uses of Class
com.amazonaws.services.ec2.model.DeleteKeyPairRequest

Packages that use DeleteKeyPairRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DeleteKeyPairRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DeleteKeyPairRequest
 void AmazonEC2Client.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 void AmazonEC2.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 Future<Void> AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 Future<Void> AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 Future<Void> AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 Future<Void> AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteKeyPairRequest
 Future<Void> AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 Future<Void> AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
           Deletes the specified key pair, by removing the public key from Amazon EC2.
 

Uses of DeleteKeyPairRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DeleteKeyPairRequest
 DeleteKeyPairRequest DeleteKeyPairRequest.withKeyName(String keyName)
          The name of the key pair.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteKeyPairRequest
 Request<DeleteKeyPairRequest> DeleteKeyPairRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.