Interface NimbleWaiter
-
- All Superinterfaces:
AutoCloseable,SdkAutoCloseable
@Generated("software.amazon.awssdk:codegen") @ThreadSafe @Immutable public interface NimbleWaiter extends SdkAutoCloseable
Waiter utility class that polls a resource until a desired state is reached or until it is determined that the resource will never enter into the desired state. This can be created using the staticbuilder()method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNimbleWaiter.Builder
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
-
-
-
Method Detail
-
waitUntilLaunchProfileDeleted
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileDeleted(GetLaunchProfileRequest getLaunchProfileRequest)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getLaunchProfileRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileDeleted
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileDeleted(Consumer<GetLaunchProfileRequest.Builder> getLaunchProfileRequest)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileDeletedis 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
GetLaunchProfileRequest.builder()- Parameters:
getLaunchProfileRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileDeleted
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileDeleted(GetLaunchProfileRequest getLaunchProfileRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getLaunchProfileRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileDeleted
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileDeleted(Consumer<GetLaunchProfileRequest.Builder> getLaunchProfileRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileDeletedis 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
- Parameters:
getLaunchProfileRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileReady
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileReady(GetLaunchProfileRequest getLaunchProfileRequest)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getLaunchProfileRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileReady
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileReady(Consumer<GetLaunchProfileRequest.Builder> getLaunchProfileRequest)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileReadyis 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
GetLaunchProfileRequest.builder()- Parameters:
getLaunchProfileRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileReady
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileReady(GetLaunchProfileRequest getLaunchProfileRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getLaunchProfileRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilLaunchProfileReady
default WaiterResponse<GetLaunchProfileResponse> waitUntilLaunchProfileReady(Consumer<GetLaunchProfileRequest.Builder> getLaunchProfileRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getLaunchProfile(software.amazon.awssdk.services.nimble.model.GetLaunchProfileRequest)API until the desired conditionLaunchProfileReadyis 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
- Parameters:
getLaunchProfileRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageDeleted
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageDeleted(GetStreamingImageRequest getStreamingImageRequest)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingImageRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageDeleted
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageDeleted(Consumer<GetStreamingImageRequest.Builder> getStreamingImageRequest)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageDeletedis 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
GetStreamingImageRequest.builder()- Parameters:
getStreamingImageRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageDeleted
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageDeleted(GetStreamingImageRequest getStreamingImageRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingImageRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageDeleted
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageDeleted(Consumer<GetStreamingImageRequest.Builder> getStreamingImageRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageDeletedis 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
- Parameters:
getStreamingImageRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageReady
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageReady(GetStreamingImageRequest getStreamingImageRequest)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingImageRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageReady
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageReady(Consumer<GetStreamingImageRequest.Builder> getStreamingImageRequest)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageReadyis 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
GetStreamingImageRequest.builder()- Parameters:
getStreamingImageRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageReady
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageReady(GetStreamingImageRequest getStreamingImageRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingImageRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingImageReady
default WaiterResponse<GetStreamingImageResponse> waitUntilStreamingImageReady(Consumer<GetStreamingImageRequest.Builder> getStreamingImageRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingImage(software.amazon.awssdk.services.nimble.model.GetStreamingImageRequest)API until the desired conditionStreamingImageReadyis 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
- Parameters:
getStreamingImageRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionDeleted
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionDeleted(GetStreamingSessionRequest getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionDeleted
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionDeleted(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionDeletedis 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
GetStreamingSessionRequest.builder()- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionDeleted
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionDeleted(GetStreamingSessionRequest getStreamingSessionRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionDeleted
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionDeleted(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionDeletedis 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
- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionReady
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionReady(GetStreamingSessionRequest getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionReady
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionReady(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionReadyis 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
GetStreamingSessionRequest.builder()- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionReady
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionReady(GetStreamingSessionRequest getStreamingSessionRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionReady
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionReady(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionReadyis 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
- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStopped
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionStopped(GetStreamingSessionRequest getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStopped
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionStopped(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionStoppedis 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
GetStreamingSessionRequest.builder()- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStopped
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionStopped(GetStreamingSessionRequest getStreamingSessionRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStopped
default WaiterResponse<GetStreamingSessionResponse> waitUntilStreamingSessionStopped(Consumer<GetStreamingSessionRequest.Builder> getStreamingSessionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingSession(software.amazon.awssdk.services.nimble.model.GetStreamingSessionRequest)API until the desired conditionStreamingSessionStoppedis 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
- Parameters:
getStreamingSessionRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStreamReady
default WaiterResponse<GetStreamingSessionStreamResponse> waitUntilStreamingSessionStreamReady(GetStreamingSessionStreamRequest getStreamingSessionStreamRequest)
PollsNimbleClient.getStreamingSessionStream(software.amazon.awssdk.services.nimble.model.GetStreamingSessionStreamRequest)API until the desired conditionStreamingSessionStreamReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionStreamRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStreamReady
default WaiterResponse<GetStreamingSessionStreamResponse> waitUntilStreamingSessionStreamReady(Consumer<GetStreamingSessionStreamRequest.Builder> getStreamingSessionStreamRequest)
PollsNimbleClient.getStreamingSessionStream(software.amazon.awssdk.services.nimble.model.GetStreamingSessionStreamRequest)API until the desired conditionStreamingSessionStreamReadyis 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
GetStreamingSessionStreamRequest.builder()- Parameters:
getStreamingSessionStreamRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStreamReady
default WaiterResponse<GetStreamingSessionStreamResponse> waitUntilStreamingSessionStreamReady(GetStreamingSessionStreamRequest getStreamingSessionStreamRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStreamingSessionStream(software.amazon.awssdk.services.nimble.model.GetStreamingSessionStreamRequest)API until the desired conditionStreamingSessionStreamReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStreamingSessionStreamRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStreamingSessionStreamReady
default WaiterResponse<GetStreamingSessionStreamResponse> waitUntilStreamingSessionStreamReady(Consumer<GetStreamingSessionStreamRequest.Builder> getStreamingSessionStreamRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStreamingSessionStream(software.amazon.awssdk.services.nimble.model.GetStreamingSessionStreamRequest)API until the desired conditionStreamingSessionStreamReadyis 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
- Parameters:
getStreamingSessionStreamRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentDeleted
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentDeleted(GetStudioComponentRequest getStudioComponentRequest)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioComponentRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentDeleted
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentDeleted(Consumer<GetStudioComponentRequest.Builder> getStudioComponentRequest)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentDeletedis 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
GetStudioComponentRequest.builder()- Parameters:
getStudioComponentRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentDeleted
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentDeleted(GetStudioComponentRequest getStudioComponentRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioComponentRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentDeleted
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentDeleted(Consumer<GetStudioComponentRequest.Builder> getStudioComponentRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentDeletedis 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
- Parameters:
getStudioComponentRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentReady
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentReady(GetStudioComponentRequest getStudioComponentRequest)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioComponentRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentReady
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentReady(Consumer<GetStudioComponentRequest.Builder> getStudioComponentRequest)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentReadyis 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
GetStudioComponentRequest.builder()- Parameters:
getStudioComponentRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentReady
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentReady(GetStudioComponentRequest getStudioComponentRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioComponentRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioComponentReady
default WaiterResponse<GetStudioComponentResponse> waitUntilStudioComponentReady(Consumer<GetStudioComponentRequest.Builder> getStudioComponentRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStudioComponent(software.amazon.awssdk.services.nimble.model.GetStudioComponentRequest)API until the desired conditionStudioComponentReadyis 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
- Parameters:
getStudioComponentRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioDeleted
default WaiterResponse<GetStudioResponse> waitUntilStudioDeleted(GetStudioRequest getStudioRequest)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioDeleted
default WaiterResponse<GetStudioResponse> waitUntilStudioDeleted(Consumer<GetStudioRequest.Builder> getStudioRequest)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioDeletedis 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
GetStudioRequest.builder()- Parameters:
getStudioRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioDeleted
default WaiterResponse<GetStudioResponse> waitUntilStudioDeleted(GetStudioRequest getStudioRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioDeleted
default WaiterResponse<GetStudioResponse> waitUntilStudioDeleted(Consumer<GetStudioRequest.Builder> getStudioRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioDeletedis 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
- Parameters:
getStudioRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioReady
default WaiterResponse<GetStudioResponse> waitUntilStudioReady(GetStudioRequest getStudioRequest)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioRequest- the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioReady
default WaiterResponse<GetStudioResponse> waitUntilStudioReady(Consumer<GetStudioRequest.Builder> getStudioRequest)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioReadyis 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
GetStudioRequest.builder()- Parameters:
getStudioRequest- The consumer that will configure the request to be used for polling- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioReady
default WaiterResponse<GetStudioResponse> waitUntilStudioReady(GetStudioRequest getStudioRequest, WaiterOverrideConfiguration overrideConfig)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioReadyis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getStudioRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilStudioReady
default WaiterResponse<GetStudioResponse> waitUntilStudioReady(Consumer<GetStudioRequest.Builder> getStudioRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsNimbleClient.getStudio(software.amazon.awssdk.services.nimble.model.GetStudioRequest)API until the desired conditionStudioReadyis 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
- Parameters:
getStudioRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
builder
static NimbleWaiter.Builder builder()
Create a builder that can be used to configure and create aNimbleWaiter.- Returns:
- a builder
-
create
static NimbleWaiter create()
Create an instance ofNimbleWaiterwith the default configuration.A default
NimbleClientwill 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, invokeSdkAutoCloseable.close()to release the resources once the waiter is not needed.- Returns:
- an instance of
NimbleWaiter
-
-