@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class AppStreamClientWaiters extends Object
Constructor | Description |
---|---|
AppStreamClientWaiters(AppStreamClient client) |
Constructs a new AppStreamClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeFleetsRequest> |
fleetStarted() |
Builds a FleetStarted 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<DescribeFleetsRequest> |
fleetStopped() |
Builds a FleetStopped 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 AppStreamClientWaiters(AppStreamClient client)
client
- Service clientpublic Waiter<DescribeFleetsRequest> fleetStarted()
public Waiter<DescribeFleetsRequest> fleetStopped()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.