Interface MediaLiveAsyncWaiter
-
- All Superinterfaces:
AutoCloseable,SdkAutoCloseable
@Generated("software.amazon.awssdk:codegen") @ThreadSafe @Immutable public interface MediaLiveAsyncWaiter 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 interfaceMediaLiveAsyncWaiter.Builder
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
-
-
-
Method Detail
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelCreated(DescribeChannelRequest describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelCreated(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelCreatedis 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
DescribeChannelRequest.builder()- Parameters:
describeChannelRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelCreated(DescribeChannelRequest describeChannelRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- 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
-
waitUntilChannelCreated
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelCreated(Consumer<DescribeChannelRequest.Builder> describeChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelCreatedis 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:
describeChannelRequest- 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
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelDeleted(DescribeChannelRequest describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelDeleted(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelDeletedis 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
DescribeChannelRequest.builder()- Parameters:
describeChannelRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelDeleted(DescribeChannelRequest describeChannelRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- 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
-
waitUntilChannelDeleted
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelDeleted(Consumer<DescribeChannelRequest.Builder> describeChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelDeletedis 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:
describeChannelRequest- 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
-
waitUntilChannelPlacementGroupAssigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupAssigned(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupAssignedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelPlacementGroupAssigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupAssigned(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupAssignedis 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
DescribeChannelPlacementGroupRequest.builder()- Parameters:
describeChannelPlacementGroupRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelPlacementGroupAssigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupAssigned(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupAssignedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelPlacementGroupAssigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupAssigned(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupAssignedis 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:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelPlacementGroupDeleted
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupDeleted(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelPlacementGroupDeleted
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupDeleted(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupDeletedis 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
DescribeChannelPlacementGroupRequest.builder()- Parameters:
describeChannelPlacementGroupRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelPlacementGroupDeleted
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupDeleted(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelPlacementGroupDeleted
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupDeleted(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupDeletedis 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:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelPlacementGroupUnassigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupUnassigned(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupUnassignedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelPlacementGroupUnassigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupUnassigned(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupUnassignedis 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
DescribeChannelPlacementGroupRequest.builder()- Parameters:
describeChannelPlacementGroupRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelPlacementGroupUnassigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupUnassigned(DescribeChannelPlacementGroupRequest describeChannelPlacementGroupRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupUnassignedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelPlacementGroupUnassigned
default CompletableFuture<WaiterResponse<DescribeChannelPlacementGroupResponse>> waitUntilChannelPlacementGroupUnassigned(Consumer<DescribeChannelPlacementGroupRequest.Builder> describeChannelPlacementGroupRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannelPlacementGroup(software.amazon.awssdk.services.medialive.model.DescribeChannelPlacementGroupRequest)API until the desired conditionChannelPlacementGroupUnassignedis 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:
describeChannelPlacementGroupRequest- 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
-
waitUntilChannelRunning
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelRunning(DescribeChannelRequest describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelRunningis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelRunning
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelRunning(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelRunningis 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
DescribeChannelRequest.builder()- Parameters:
describeChannelRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelRunning
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelRunning(DescribeChannelRequest describeChannelRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelRunningis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- 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
-
waitUntilChannelRunning
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelRunning(Consumer<DescribeChannelRequest.Builder> describeChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelRunningis 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:
describeChannelRequest- 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
-
waitUntilChannelStopped
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelStopped(DescribeChannelRequest describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilChannelStopped
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelStopped(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelStoppedis 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
DescribeChannelRequest.builder()- Parameters:
describeChannelRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilChannelStopped
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelStopped(DescribeChannelRequest describeChannelRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeChannelRequest- 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
-
waitUntilChannelStopped
default CompletableFuture<WaiterResponse<DescribeChannelResponse>> waitUntilChannelStopped(Consumer<DescribeChannelRequest.Builder> describeChannelRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeChannel(software.amazon.awssdk.services.medialive.model.DescribeChannelRequest)API until the desired conditionChannelStoppedis 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:
describeChannelRequest- 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
-
waitUntilClusterCreated
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterCreated(DescribeClusterRequest describeClusterRequest)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeClusterRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilClusterCreated
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterCreated(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterCreatedis 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
DescribeClusterRequest.builder()- Parameters:
describeClusterRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilClusterCreated
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterCreated(DescribeClusterRequest describeClusterRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeClusterRequest- 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
-
waitUntilClusterCreated
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterCreated(Consumer<DescribeClusterRequest.Builder> describeClusterRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterCreatedis 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:
describeClusterRequest- 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
-
waitUntilClusterDeleted
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterDeleted(DescribeClusterRequest describeClusterRequest)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeClusterRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilClusterDeleted
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterDeleted(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterDeletedis 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
DescribeClusterRequest.builder()- Parameters:
describeClusterRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilClusterDeleted
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterDeleted(DescribeClusterRequest describeClusterRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeClusterRequest- 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
-
waitUntilClusterDeleted
default CompletableFuture<WaiterResponse<DescribeClusterResponse>> waitUntilClusterDeleted(Consumer<DescribeClusterRequest.Builder> describeClusterRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeCluster(software.amazon.awssdk.services.medialive.model.DescribeClusterRequest)API until the desired conditionClusterDeletedis 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:
describeClusterRequest- 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
-
waitUntilInputAttached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputAttached(DescribeInputRequest describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputAttachedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilInputAttached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputAttached(Consumer<DescribeInputRequest.Builder> describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputAttachedis 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
DescribeInputRequest.builder()- Parameters:
describeInputRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilInputAttached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputAttached(DescribeInputRequest describeInputRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputAttachedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- 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
-
waitUntilInputAttached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputAttached(Consumer<DescribeInputRequest.Builder> describeInputRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputAttachedis 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:
describeInputRequest- 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
-
waitUntilInputDeleted
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDeleted(DescribeInputRequest describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilInputDeleted
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDeleted(Consumer<DescribeInputRequest.Builder> describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDeletedis 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
DescribeInputRequest.builder()- Parameters:
describeInputRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilInputDeleted
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDeleted(DescribeInputRequest describeInputRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- 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
-
waitUntilInputDeleted
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDeleted(Consumer<DescribeInputRequest.Builder> describeInputRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDeletedis 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:
describeInputRequest- 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
-
waitUntilInputDetached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDetached(DescribeInputRequest describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDetachedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilInputDetached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDetached(Consumer<DescribeInputRequest.Builder> describeInputRequest)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDetachedis 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
DescribeInputRequest.builder()- Parameters:
describeInputRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilInputDetached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDetached(DescribeInputRequest describeInputRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDetachedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeInputRequest- 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
-
waitUntilInputDetached
default CompletableFuture<WaiterResponse<DescribeInputResponse>> waitUntilInputDetached(Consumer<DescribeInputRequest.Builder> describeInputRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeInput(software.amazon.awssdk.services.medialive.model.DescribeInputRequest)API until the desired conditionInputDetachedis 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:
describeInputRequest- 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
-
waitUntilMultiplexCreated
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexCreated(DescribeMultiplexRequest describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilMultiplexCreated
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexCreated(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexCreatedis 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
DescribeMultiplexRequest.builder()- Parameters:
describeMultiplexRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilMultiplexCreated
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexCreated(DescribeMultiplexRequest describeMultiplexRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- 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
-
waitUntilMultiplexCreated
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexCreated(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexCreatedis 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:
describeMultiplexRequest- 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
-
waitUntilMultiplexDeleted
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexDeleted(DescribeMultiplexRequest describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilMultiplexDeleted
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexDeleted(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexDeletedis 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
DescribeMultiplexRequest.builder()- Parameters:
describeMultiplexRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilMultiplexDeleted
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexDeleted(DescribeMultiplexRequest describeMultiplexRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- 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
-
waitUntilMultiplexDeleted
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexDeleted(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexDeletedis 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:
describeMultiplexRequest- 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
-
waitUntilMultiplexRunning
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexRunning(DescribeMultiplexRequest describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexRunningis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilMultiplexRunning
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexRunning(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexRunningis 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
DescribeMultiplexRequest.builder()- Parameters:
describeMultiplexRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilMultiplexRunning
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexRunning(DescribeMultiplexRequest describeMultiplexRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexRunningis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- 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
-
waitUntilMultiplexRunning
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexRunning(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexRunningis 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:
describeMultiplexRequest- 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
-
waitUntilMultiplexStopped
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexStopped(DescribeMultiplexRequest describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilMultiplexStopped
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexStopped(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexStoppedis 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
DescribeMultiplexRequest.builder()- Parameters:
describeMultiplexRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilMultiplexStopped
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexStopped(DescribeMultiplexRequest describeMultiplexRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexStoppedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeMultiplexRequest- 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
-
waitUntilMultiplexStopped
default CompletableFuture<WaiterResponse<DescribeMultiplexResponse>> waitUntilMultiplexStopped(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeMultiplex(software.amazon.awssdk.services.medialive.model.DescribeMultiplexRequest)API until the desired conditionMultiplexStoppedis 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:
describeMultiplexRequest- 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
-
waitUntilNodeDeregistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeDeregistered(DescribeNodeRequest describeNodeRequest)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeDeregisteredis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeNodeRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilNodeDeregistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeDeregistered(Consumer<DescribeNodeRequest.Builder> describeNodeRequest)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeDeregisteredis 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
DescribeNodeRequest.builder()- Parameters:
describeNodeRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilNodeDeregistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeDeregistered(DescribeNodeRequest describeNodeRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeDeregisteredis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeNodeRequest- 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
-
waitUntilNodeDeregistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeDeregistered(Consumer<DescribeNodeRequest.Builder> describeNodeRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeDeregisteredis 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:
describeNodeRequest- 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
-
waitUntilNodeRegistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeRegistered(DescribeNodeRequest describeNodeRequest)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeRegisteredis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeNodeRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilNodeRegistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeRegistered(Consumer<DescribeNodeRequest.Builder> describeNodeRequest)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeRegisteredis 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
DescribeNodeRequest.builder()- Parameters:
describeNodeRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilNodeRegistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeRegistered(DescribeNodeRequest describeNodeRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeRegisteredis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeNodeRequest- 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
-
waitUntilNodeRegistered
default CompletableFuture<WaiterResponse<DescribeNodeResponse>> waitUntilNodeRegistered(Consumer<DescribeNodeRequest.Builder> describeNodeRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.describeNode(software.amazon.awssdk.services.medialive.model.DescribeNodeRequest)API until the desired conditionNodeRegisteredis 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:
describeNodeRequest- 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
-
waitUntilSignalMapCreated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapCreated(GetSignalMapRequest getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSignalMapCreated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapCreated(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapCreatedis 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
GetSignalMapRequest.builder()- Parameters:
getSignalMapRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSignalMapCreated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapCreated(GetSignalMapRequest getSignalMapRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- 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
-
waitUntilSignalMapCreated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapCreated(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapCreatedis 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:
getSignalMapRequest- 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
-
waitUntilSignalMapMonitorDeleted
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeleted(GetSignalMapRequest getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSignalMapMonitorDeleted
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeleted(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeletedis 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
GetSignalMapRequest.builder()- Parameters:
getSignalMapRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSignalMapMonitorDeleted
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeleted(GetSignalMapRequest getSignalMapRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- 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
-
waitUntilSignalMapMonitorDeleted
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeleted(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeletedis 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:
getSignalMapRequest- 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
-
waitUntilSignalMapMonitorDeployed
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeployed(GetSignalMapRequest getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeployedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSignalMapMonitorDeployed
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeployed(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeployedis 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
GetSignalMapRequest.builder()- Parameters:
getSignalMapRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSignalMapMonitorDeployed
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeployed(GetSignalMapRequest getSignalMapRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeployedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- 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
-
waitUntilSignalMapMonitorDeployed
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapMonitorDeployed(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapMonitorDeployedis 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:
getSignalMapRequest- 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
-
waitUntilSignalMapUpdated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapUpdated(GetSignalMapRequest getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapUpdatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilSignalMapUpdated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapUpdated(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapUpdatedis 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
GetSignalMapRequest.builder()- Parameters:
getSignalMapRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilSignalMapUpdated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapUpdated(GetSignalMapRequest getSignalMapRequest, WaiterOverrideConfiguration overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapUpdatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
getSignalMapRequest- 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
-
waitUntilSignalMapUpdated
default CompletableFuture<WaiterResponse<GetSignalMapResponse>> waitUntilSignalMapUpdated(Consumer<GetSignalMapRequest.Builder> getSignalMapRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsMediaLiveAsyncClient.getSignalMap(software.amazon.awssdk.services.medialive.model.GetSignalMapRequest)API until the desired conditionSignalMapUpdatedis 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:
getSignalMapRequest- 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 MediaLiveAsyncWaiter.Builder builder()
Create a builder that can be used to configure and create aMediaLiveAsyncWaiter.- Returns:
- a builder
-
create
static MediaLiveAsyncWaiter create()
Create an instance ofMediaLiveAsyncWaiterwith the default configuration.A default
MediaLiveAsyncClientwill 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
MediaLiveAsyncWaiter
-
-