| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyPairResponse |
Ec2Client.createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
default CreateKeyPairResponse |
Ec2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateKeyPairResponse> |
Ec2AsyncClient.createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
default CompletableFuture<CreateKeyPairResponse> |
Ec2AsyncClient.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
Copyright © 2023. All rights reserved.