| 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 DescribeSpotInstanceRequestsResponse |
EC2Client.describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the Spot instance requests that belong to your account.
|
default CompletableFuture<DescribeSpotInstanceRequestsResponse> |
EC2AsyncClient.describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the Spot instance requests that belong to your account.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSpotInstanceRequestsRequest> |
DescribeSpotInstanceRequestsRequestMarshaller.marshall(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSpotInstanceRequestsRequest> |
DescribeSpotInstanceRequestsRequestMarshaller.marshall(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeSpotInstanceRequestsRequest> |
EC2ClientWaiters.spotInstanceRequestFulfilled()
Builds a SpotInstanceRequestFulfilled 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 |
|---|---|
DescribeSpotInstanceRequestsResponse |
DescribeSpotInstanceRequestsFunction.apply(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
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.