Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportKeyPairResult |
AmazonEC2Client.importKeyPair(ImportKeyPairRequest request)
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.
|
ImportKeyPairResult |
AbstractAmazonEC2.importKeyPair(ImportKeyPairRequest request) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest request,
AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler) |
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest request,
AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportKeyPairResult |
ImportKeyPairResult.clone() |
ImportKeyPairResult |
ImportKeyPairResult.withKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
|
ImportKeyPairResult |
ImportKeyPairResult.withKeyName(String keyName)
The key pair name you provided.
|
Copyright © 2017. All rights reserved.