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 ImportKeyPairResult
AbstractAmazonEC2. importKeyPair(ImportKeyPairRequest request)
ImportKeyPairResult
AmazonEC2. importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.ImportKeyPairResult
AmazonEC2Client. 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 ImportKeyPairRequest
ImportKeyPairRequest. clone()
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 Modifier and Type Method Description Request<ImportKeyPairRequest>
ImportKeyPairRequest. getDryRunRequest()
This method is intended for internal use only.
-