| 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 DescribeInstanceStatusResponse |
EC2Client.describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of one or more instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
EC2AsyncClient.describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of one or more instances.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeInstanceStatusRequest> |
DescribeInstanceStatusRequestMarshaller.marshall(DescribeInstanceStatusRequest describeInstanceStatusRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeInstanceStatusRequest> |
DescribeInstanceStatusRequestMarshaller.marshall(DescribeInstanceStatusRequest describeInstanceStatusRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeInstanceStatusRequest> |
EC2ClientWaiters.instanceStatusOk()
Builds a InstanceStatusOk 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.
|
Waiter<DescribeInstanceStatusRequest> |
EC2ClientWaiters.systemStatusOk()
Builds a SystemStatusOk 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 |
|---|---|
DescribeInstanceStatusResponse |
DescribeInstanceStatusFunction.apply(DescribeInstanceStatusRequest describeInstanceStatusRequest)
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.