Uses of Class
com.amazonaws.services.ec2.model.ImportKeyPairResult
Packages that use ImportKeyPairResult
-
Uses of ImportKeyPairResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return ImportKeyPairResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type ImportKeyPairResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 ImportKeyPairResultModifier 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 ImportKeyPairResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportKeyPairResultModifier and TypeMethodDescriptionImportKeyPairResult.clone()
ImportKeyPairResult.withKeyFingerprint
(String keyFingerprint) The MD5 public key fingerprint as specified in section 4 of RFC 4716.ImportKeyPairResult.withKeyName
(String keyName) The key pair name you provided.