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 AmazonEC2.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
           The DeleteKeyPair operation deletes a key pair.
 void AmazonEC2Client.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
           The DeleteKeyPair operation deletes a key pair.
 Future<Void> AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
           The DeleteKeyPair operation deletes a key pair.
 Future<Void> AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
           The DeleteKeyPair operation deletes a key pair.
 

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 Amazon EC2 key pair to delete.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.