| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeKeyPairsResponse> |
Ec2AsyncClient.describeKeyPairs(DescribeKeyPairsRequest 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 |
|---|---|
SdkHttpFullRequest |
DescribeKeyPairsRequestMarshaller.marshall(DescribeKeyPairsRequest describeKeyPairsRequest) |
| Modifier and Type | Method and Description |
|---|---|
default WaiterResponse<DescribeKeyPairsResponse> |
Ec2Waiter.waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest)
Polls
Ec2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest) API until the desired condition KeyPairExists is met, or until
it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeKeyPairsResponse>> |
Ec2AsyncWaiter.waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest)
Polls
Ec2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest) API until the desired condition KeyPairExists is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeKeyPairsResponse> |
Ec2Waiter.waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2Client.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest) API until the desired condition KeyPairExists is met, or until
it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeKeyPairsResponse>> |
Ec2AsyncWaiter.waitUntilKeyPairExists(DescribeKeyPairsRequest describeKeyPairsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2AsyncClient.describeKeyPairs(software.amazon.awssdk.services.ec2.model.DescribeKeyPairsRequest) API until the desired condition KeyPairExists is met, or
until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.