Uses of Class
com.amazonaws.services.ec2.model.ImportKeyPairRequest
-
Packages that use ImportKeyPairRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ImportKeyPairRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ImportKeyPairRequest Modifier and Type Method Description ImportKeyPairResultAbstractAmazonEC2. importKeyPair(ImportKeyPairRequest request)ImportKeyPairResultAmazonEC2. importKeyPair(ImportKeyPairRequest importKeyPairRequest)Imports the public key from an RSA key pair that you created with a third-party tool.ImportKeyPairResultAmazonEC2Client. importKeyPair(ImportKeyPairRequest importKeyPairRequest)Imports the public key from an RSA key pair that you created with a third-party tool.Future<ImportKeyPairResult>AbstractAmazonEC2Async. importKeyPairAsync(ImportKeyPairRequest request)Future<ImportKeyPairResult>AbstractAmazonEC2Async. importKeyPairAsync(ImportKeyPairRequest request, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)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>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.Future<ImportKeyPairResult>AmazonEC2AsyncClient. importKeyPairAsync(ImportKeyPairRequest request)Future<ImportKeyPairResult>AmazonEC2AsyncClient. importKeyPairAsync(ImportKeyPairRequest request, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportKeyPairRequest Modifier and Type Method Description Future<ImportKeyPairResult>AbstractAmazonEC2Async. importKeyPairAsync(ImportKeyPairRequest request, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler)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.Future<ImportKeyPairResult>AmazonEC2AsyncClient. importKeyPairAsync(ImportKeyPairRequest request, AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler) -
Uses of ImportKeyPairRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportKeyPairRequest Modifier and Type Method Description ImportKeyPairRequestImportKeyPairRequest. clone()ImportKeyPairRequestImportKeyPairRequest. withKeyName(String keyName)A unique name for the key pair.ImportKeyPairRequestImportKeyPairRequest. withPublicKeyMaterial(String publicKeyMaterial)The public key.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportKeyPairRequest Modifier and Type Method Description Request<ImportKeyPairRequest>ImportKeyPairRequest. getDryRunRequest()This method is intended for internal use only.
-