Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportKeyPairResult |
AbstractAmazonEC2.importKeyPair(ImportKeyPairRequest request) |
ImportKeyPairResult |
AmazonEC2.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
|
ImportKeyPairResult |
AmazonEC2Client.importKeyPair(ImportKeyPairRequest request)
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
|
Future<ImportKeyPairResult> |
AbstractAmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest request) |
Future<ImportKeyPairResult> |
AmazonEC2Async.importKeyPairAsync(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest request) |
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 or ED25519 key pair that you created with a third-party tool.
|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest request,
AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler) |
Modifier and Type | Method and 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 or ED25519 key pair that you created with a third-party tool.
|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.importKeyPairAsync(ImportKeyPairRequest request,
AsyncHandler<ImportKeyPairRequest,ImportKeyPairResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportKeyPairRequest |
ImportKeyPairRequest.clone() |
ImportKeyPairRequest |
ImportKeyPairRequest.withKeyName(String keyName)
A unique name for the key pair.
|
ImportKeyPairRequest |
ImportKeyPairRequest.withPublicKeyMaterial(String publicKeyMaterial)
The public key.
|
ImportKeyPairRequest |
ImportKeyPairRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the imported key pair.
|
ImportKeyPairRequest |
ImportKeyPairRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the imported key pair.
|
Modifier and Type | Method and Description |
---|---|
Request<ImportKeyPairRequest> |
ImportKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.