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