| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeKeyPairsResponse |
Ec2Client.describeKeyPairs()
Describes the specified key pairs or all of your key pairs.
|
default DescribeKeyPairsResponse |
Ec2Client.describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default DescribeKeyPairsResponse |
Ec2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeKeyPairsResponse> |
Ec2AsyncClient.describeKeyPairs()
Describes the specified key pairs or all of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
Ec2AsyncClient.describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
Ec2AsyncClient.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
Copyright © 2023. All rights reserved.