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