@Generated(value="software.amazon.awssdk:codegen") public interface MediaConnectAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
MediaConnectAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowActive(DescribeFlowRequest describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowActive is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowActive(Consumer<DescribeFlowRequest.Builder> describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowActive is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeFlowRequest.builder()
describeFlowRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowActive(DescribeFlowRequest describeFlowRequest, WaiterOverrideConfiguration overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowActive is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowActive(Consumer<DescribeFlowRequest.Builder> describeFlowRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowActive is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeFlowRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowDeleted(DescribeFlowRequest describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowDeleted(Consumer<DescribeFlowRequest.Builder> describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeFlowRequest.builder()
describeFlowRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowDeleted(DescribeFlowRequest describeFlowRequest, WaiterOverrideConfiguration overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowDeleted(Consumer<DescribeFlowRequest.Builder> describeFlowRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeFlowRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowStandby(DescribeFlowRequest describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowStandby is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowStandby(Consumer<DescribeFlowRequest.Builder> describeFlowRequest)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowStandby is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeFlowRequest.builder()
describeFlowRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowStandby(DescribeFlowRequest describeFlowRequest, WaiterOverrideConfiguration overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowStandby is met, or
until it is determined that the resource will never enter into the desired statedescribeFlowRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeFlowResponse>> waitUntilFlowStandby(Consumer<DescribeFlowRequest.Builder> describeFlowRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MediaConnectAsyncClient.describeFlow(software.amazon.awssdk.services.mediaconnect.model.DescribeFlowRequest) API until the desired condition FlowStandby is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeFlowRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic MediaConnectAsyncWaiter.Builder builder()
MediaConnectAsyncWaiter.static MediaConnectAsyncWaiter create()
MediaConnectAsyncWaiter with the default configuration.
A default MediaConnectAsyncClient will be created to poll resources. It is recommended to share a
single instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
MediaConnectAsyncWaiterCopyright © 2021. All rights reserved.