@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class ECSClientWaiters extends Object
Constructor | Description |
---|---|
ECSClientWaiters(ECSClient client) |
Constructs a new ECSClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeServicesRequest> |
servicesInactive() |
Builds a ServicesInactive 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<DescribeServicesRequest> |
servicesStable() |
Builds a ServicesStable 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<DescribeTasksRequest> |
tasksRunning() |
Builds a TasksRunning 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<DescribeTasksRequest> |
tasksStopped() |
Builds a TasksStopped 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.
|
public ECSClientWaiters(ECSClient client)
client
- Service clientpublic Waiter<DescribeTasksRequest> tasksRunning()
public Waiter<DescribeServicesRequest> servicesStable()
public Waiter<DescribeServicesRequest> servicesInactive()
public Waiter<DescribeTasksRequest> tasksStopped()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.