@Generated(value="software.amazon.awssdk:codegen") public interface AppStreamWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppStreamWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppStreamWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
AppStreamWaiter. |
static AppStreamWaiter |
create()
Create an instance of
AppStreamWaiter with the default configuration. |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStarted(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStarted(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStarted(DescribeFleetsRequest describeFleetsRequest)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStarted(DescribeFleetsRequest describeFleetsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStopped(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStopped(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStopped(DescribeFleetsRequest describeFleetsRequest)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeFleetsResponse> |
waitUntilFleetStopped(DescribeFleetsRequest describeFleetsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStarted(DescribeFleetsRequest describeFleetsRequest)
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired statedescribeFleetsRequest - the request to be used for pollingdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStarted(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeFleetsRequest.builder()
describeFleetsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStarted(DescribeFleetsRequest describeFleetsRequest, WaiterOverrideConfiguration overrideConfig)
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired statedescribeFleetsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStarted(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AppStreamClient.describeFleets() API until the desired condition FleetStarted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeFleetsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStopped(DescribeFleetsRequest describeFleetsRequest)
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired statedescribeFleetsRequest - the request to be used for pollingdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStopped(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeFleetsRequest.builder()
describeFleetsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStopped(DescribeFleetsRequest describeFleetsRequest, WaiterOverrideConfiguration overrideConfig)
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired statedescribeFleetsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeFleetsResponse> waitUntilFleetStopped(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AppStreamClient.describeFleets() API until the desired condition FleetStopped is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeFleetsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic AppStreamWaiter.Builder builder()
AppStreamWaiter.static AppStreamWaiter create()
AppStreamWaiter with the default configuration.
A default AppStreamClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
AppStreamWaiterCopyright © 2023. All rights reserved.