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

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

Methods in com.amazonaws.services.ec2 with parameters of type ImportKeyPairRequest
 ImportKeyPairResult AmazonEC2Client.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 ImportKeyPairResult AmazonEC2.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 Future<ImportKeyPairResult> AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 Future<ImportKeyPairResult> AmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 Future<ImportKeyPairResult> AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 Future<ImportKeyPairResult> AmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportKeyPairRequest
 Future<ImportKeyPairResult> AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 Future<ImportKeyPairResult> AmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)
           Imports the public key from an RSA key pair that you created with a third-party tool.
 

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

Methods in com.amazonaws.services.ec2.model that return ImportKeyPairRequest
 ImportKeyPairRequest ImportKeyPairRequest.withKeyName(String keyName)
          A unique name for the key pair.
 ImportKeyPairRequest ImportKeyPairRequest.withPublicKeyMaterial(String publicKeyMaterial)
          The public key.
 

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



Copyright © 2016. All rights reserved.