| 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 DescribeInstancesResponse |
EC2Client.describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes one or more of your instances.
|
default CompletableFuture<DescribeInstancesResponse> |
EC2AsyncClient.describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes one or more of your instances.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeInstancesRequest> |
DescribeInstancesRequestMarshaller.marshall(DescribeInstancesRequest describeInstancesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeInstancesRequest> |
DescribeInstancesRequestMarshaller.marshall(DescribeInstancesRequest describeInstancesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeInstancesRequest> |
EC2ClientWaiters.instanceExists()
Builds a InstanceExists 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<DescribeInstancesRequest> |
EC2ClientWaiters.instanceRunning()
Builds a InstanceRunning 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<DescribeInstancesRequest> |
EC2ClientWaiters.instanceStopped()
Builds a InstanceStopped 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<DescribeInstancesRequest> |
EC2ClientWaiters.instanceTerminated()
Builds a InstanceTerminated 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 |
|---|---|
DescribeInstancesResponse |
DescribeInstancesFunction.apply(DescribeInstancesRequest describeInstancesRequest)
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.