| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| com.amazonaws.services.ec2.model.transform |
Marhsalling for the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyPairResult |
AmazonEC2Client.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
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.
|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.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)
Imports the public key from an RSA key pair that you created with a
third-party tool.
|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportKeyPairResult> |
AmazonEC2AsyncClient.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyPairRequest |
ImportKeyPairRequest.withKeyName(String keyName)
A unique name for the key pair.
|
ImportKeyPairRequest |
ImportKeyPairRequest.withPublicKeyMaterial(String publicKeyMaterial)
The public key.
|
| Modifier and Type | Method and Description |
|---|---|
Request<ImportKeyPairRequest> |
ImportKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Request<ImportKeyPairRequest> |
ImportKeyPairRequestMarshaller.marshall(ImportKeyPairRequest importKeyPairRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ImportKeyPairRequest> |
ImportKeyPairRequestMarshaller.marshall(ImportKeyPairRequest importKeyPairRequest) |
Copyright © 2016. All rights reserved.