Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.clone() |
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withFilters(Filter... filters)
The filters.
|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyNames(Collection<String> keyNames)
The key pair names.
|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyNames(String... keyNames)
The key pair names.
|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyPairIds(Collection<String> keyPairIds)
The IDs of the key pairs.
|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyPairIds(String... keyPairIds)
The IDs of the key pairs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeKeyPairsRequest> |
DescribeKeyPairsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeKeyPairsRequest> |
AmazonEC2Waiters.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 |
---|---|
DescribeKeyPairsResult |
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 © 2020. All rights reserved.