| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteKeyPairResponse |
Ec2Client.deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default DeleteKeyPairResponse |
Ec2Client.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteKeyPairResponse> |
Ec2AsyncClient.deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default CompletableFuture<DeleteKeyPairResponse> |
Ec2AsyncClient.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
Copyright © 2021. All rights reserved.