| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ImportKeyPairResponse |
EC2Client.importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
default ImportKeyPairResponse |
EC2Client.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportKeyPairResponse> |
EC2AsyncClient.importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
default CompletableFuture<ImportKeyPairResponse> |
EC2AsyncClient.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyPairResponse |
ImportKeyPairResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.