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 AmazonEC2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
           Creates a 2048-bit RSA key pair with the specified name.
 CreateKeyPairResult AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
           Creates a 2048-bit RSA key pair with the specified name.
 Future<CreateKeyPairResult> AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
           Creates a 2048-bit RSA key pair with the specified name.
 Future<CreateKeyPairResult> AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
           Creates a 2048-bit RSA key pair with the specified name.
 Future<CreateKeyPairResult> AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
           Creates a 2048-bit RSA key pair with the specified name.
 Future<CreateKeyPairResult> AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
           Creates a 2048-bit RSA key pair with the specified name.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateKeyPairRequest
 Future<CreateKeyPairResult> AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
           Creates a 2048-bit RSA key pair with the specified name.
 Future<CreateKeyPairResult> AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
           Creates a 2048-bit RSA key pair with the specified name.
 

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

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

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



Copyright © 2016. All rights reserved.