@Generated(value="software.amazon.awssdk:codegen") public interface SchemasAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
SchemasAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeCodeBindingResponse>> waitUntilCodeBindingExists(DescribeCodeBindingRequest describeCodeBindingRequest)
SchemasAsyncClient.describeCodeBinding(software.amazon.awssdk.services.schemas.model.DescribeCodeBindingRequest) API until the desired condition CodeBindingExists is
met, or until it is determined that the resource will never enter into the desired statedescribeCodeBindingRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeCodeBindingResponse>> waitUntilCodeBindingExists(Consumer<DescribeCodeBindingRequest.Builder> describeCodeBindingRequest)
SchemasAsyncClient.describeCodeBinding(software.amazon.awssdk.services.schemas.model.DescribeCodeBindingRequest) API until the desired condition CodeBindingExists 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 DescribeCodeBindingRequest.builder()
describeCodeBindingRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeCodeBindingResponse>> waitUntilCodeBindingExists(DescribeCodeBindingRequest describeCodeBindingRequest, WaiterOverrideConfiguration overrideConfig)
SchemasAsyncClient.describeCodeBinding(software.amazon.awssdk.services.schemas.model.DescribeCodeBindingRequest) API until the desired condition CodeBindingExists is
met, or until it is determined that the resource will never enter into the desired statedescribeCodeBindingRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeCodeBindingResponse>> waitUntilCodeBindingExists(Consumer<DescribeCodeBindingRequest.Builder> describeCodeBindingRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
SchemasAsyncClient.describeCodeBinding(software.amazon.awssdk.services.schemas.model.DescribeCodeBindingRequest) API until the desired condition CodeBindingExists 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
describeCodeBindingRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic SchemasAsyncWaiter.Builder builder()
SchemasAsyncWaiter.static SchemasAsyncWaiter create()
SchemasAsyncWaiter with the default configuration.
A default SchemasAsyncClient 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.
SchemasAsyncWaiterCopyright © 2022. All rights reserved.