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

Packages that use CreateKeyPairRequest
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 CreateKeyPairRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateKeyPairRequest
 CreateKeyPairResult AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
           The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
 CreateKeyPairResult AmazonEC2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
           The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
 Future<CreateKeyPairResult> AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
           The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
 Future<CreateKeyPairResult> AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
           The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateKeyPairRequest
 CreateKeyPairRequest CreateKeyPairRequest.withKeyName(String keyName)
          The unique name for the new key pair.
 



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