| Package | Description |
|---|---|
| com.amazonaws.services.opsworks |
|
| com.amazonaws.services.opsworks.model | |
| com.amazonaws.services.opsworks.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInstancesResult> |
AWSOpsWorksAsyncClient.describeInstancesAsync(DescribeInstancesRequest request,
AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler) |
Future<DescribeInstancesResult> |
AWSOpsWorksAsync.describeInstancesAsync(DescribeInstancesRequest describeInstancesRequest,
AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler)
Requests a description of a set of instances.
|
Future<DescribeInstancesResult> |
AbstractAWSOpsWorksAsync.describeInstancesAsync(DescribeInstancesRequest request,
AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesRequest |
DescribeInstancesRequest.clone() |
DescribeInstancesRequest |
DescribeInstancesRequest.withInstanceIds(Collection<String> instanceIds)
An array of instance IDs to be described.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withInstanceIds(String... instanceIds)
An array of instance IDs to be described.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withLayerId(String layerId)
A layer ID.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withStackId(String stackId)
A stack ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeInstancesRequest> |
AWSOpsWorksWaiters.instanceOnline()
Builds a InstanceOnline 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> |
AWSOpsWorksWaiters.instanceRegistered()
Builds a InstanceRegistered 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> |
AWSOpsWorksWaiters.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> |
AWSOpsWorksWaiters.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 |
|---|---|
DescribeInstancesResult |
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 © 2021. All rights reserved.