| 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 DescribeKeyPairsResponse |
EC2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
EC2AsyncClient.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeKeyPairsRequest> |
DescribeKeyPairsRequestMarshaller.marshall(DescribeKeyPairsRequest describeKeyPairsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeKeyPairsRequest> |
DescribeKeyPairsRequestMarshaller.marshall(DescribeKeyPairsRequest describeKeyPairsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeKeyPairsRequest> |
EC2ClientWaiters.keyPairExists()
Builds a KeyPairExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyPairsResponse |
DescribeKeyPairsFunction.apply(DescribeKeyPairsRequest describeKeyPairsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.