| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ImportKeyPairResponse |
Ec2Client.importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
|
default ImportKeyPairResponse |
Ec2Client.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA or ED25519 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 or ED25519 key pair that you created with a third-party tool.
|
default CompletableFuture<ImportKeyPairResponse> |
Ec2AsyncClient.importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
|
Copyright © 2023. All rights reserved.