@Generated(value="software.amazon.awssdk:codegen") public interface OpsWorksCmAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
OpsWorksCmAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeNodeAssociationStatusResponse>> waitUntilNodeAssociated(DescribeNodeAssociationStatusRequest describeNodeAssociationStatusRequest)
OpsWorksCmAsyncClient.describeNodeAssociationStatus(software.amazon.awssdk.services.opsworkscm.model.DescribeNodeAssociationStatusRequest) API until the desired condition
NodeAssociated is met, or until it is determined that the resource will never enter into the desired
statedescribeNodeAssociationStatusRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeNodeAssociationStatusResponse>> waitUntilNodeAssociated(Consumer<DescribeNodeAssociationStatusRequest.Builder> describeNodeAssociationStatusRequest)
OpsWorksCmAsyncClient.describeNodeAssociationStatus(software.amazon.awssdk.services.opsworkscm.model.DescribeNodeAssociationStatusRequest) API until the desired condition
NodeAssociated 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 DescribeNodeAssociationStatusRequest.builder()
describeNodeAssociationStatusRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeNodeAssociationStatusResponse>> waitUntilNodeAssociated(DescribeNodeAssociationStatusRequest describeNodeAssociationStatusRequest, WaiterOverrideConfiguration overrideConfig)
OpsWorksCmAsyncClient.describeNodeAssociationStatus(software.amazon.awssdk.services.opsworkscm.model.DescribeNodeAssociationStatusRequest) API until the desired condition
NodeAssociated is met, or until it is determined that the resource will never enter into the desired
statedescribeNodeAssociationStatusRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeNodeAssociationStatusResponse>> waitUntilNodeAssociated(Consumer<DescribeNodeAssociationStatusRequest.Builder> describeNodeAssociationStatusRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
OpsWorksCmAsyncClient.describeNodeAssociationStatus(software.amazon.awssdk.services.opsworkscm.model.DescribeNodeAssociationStatusRequest) API until the desired condition
NodeAssociated 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
describeNodeAssociationStatusRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic OpsWorksCmAsyncWaiter.Builder builder()
OpsWorksCmAsyncWaiter.static OpsWorksCmAsyncWaiter create()
OpsWorksCmAsyncWaiter with the default configuration.
A default OpsWorksCmAsyncClient 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.
OpsWorksCmAsyncWaiterCopyright © 2023. All rights reserved.