@Generated(value="software.amazon.awssdk:codegen") public interface CodeGuruReviewerAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
CodeGuruReviewerAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeCodeReviewResponse>> waitUntilCodeReviewCompleted(DescribeCodeReviewRequest describeCodeReviewRequest)
CodeGuruReviewerAsyncClient.describeCodeReview(software.amazon.awssdk.services.codegurureviewer.model.DescribeCodeReviewRequest) API until the desired condition
CodeReviewCompleted is met, or until it is determined that the resource will never enter into the desired
statedescribeCodeReviewRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeCodeReviewResponse>> waitUntilCodeReviewCompleted(Consumer<DescribeCodeReviewRequest.Builder> describeCodeReviewRequest)
CodeGuruReviewerAsyncClient.describeCodeReview(software.amazon.awssdk.services.codegurureviewer.model.DescribeCodeReviewRequest) API until the desired condition
CodeReviewCompleted 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 DescribeCodeReviewRequest.builder()
describeCodeReviewRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeCodeReviewResponse>> waitUntilCodeReviewCompleted(DescribeCodeReviewRequest describeCodeReviewRequest, WaiterOverrideConfiguration overrideConfig)
CodeGuruReviewerAsyncClient.describeCodeReview(software.amazon.awssdk.services.codegurureviewer.model.DescribeCodeReviewRequest) API until the desired condition
CodeReviewCompleted is met, or until it is determined that the resource will never enter into the desired
statedescribeCodeReviewRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeCodeReviewResponse>> waitUntilCodeReviewCompleted(Consumer<DescribeCodeReviewRequest.Builder> describeCodeReviewRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
CodeGuruReviewerAsyncClient.describeCodeReview(software.amazon.awssdk.services.codegurureviewer.model.DescribeCodeReviewRequest) API until the desired condition
CodeReviewCompleted 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
describeCodeReviewRequest - 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<DescribeRepositoryAssociationResponse>> waitUntilRepositoryAssociationSucceeded(DescribeRepositoryAssociationRequest describeRepositoryAssociationRequest)
CodeGuruReviewerAsyncClient.describeRepositoryAssociation(software.amazon.awssdk.services.codegurureviewer.model.DescribeRepositoryAssociationRequest) API until the desired condition
RepositoryAssociationSucceeded is met, or until it is determined that the resource will never enter into
the desired statedescribeRepositoryAssociationRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeRepositoryAssociationResponse>> waitUntilRepositoryAssociationSucceeded(Consumer<DescribeRepositoryAssociationRequest.Builder> describeRepositoryAssociationRequest)
CodeGuruReviewerAsyncClient.describeRepositoryAssociation(software.amazon.awssdk.services.codegurureviewer.model.DescribeRepositoryAssociationRequest) API until the desired condition
RepositoryAssociationSucceeded 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 DescribeRepositoryAssociationRequest.builder()
describeRepositoryAssociationRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeRepositoryAssociationResponse>> waitUntilRepositoryAssociationSucceeded(DescribeRepositoryAssociationRequest describeRepositoryAssociationRequest, WaiterOverrideConfiguration overrideConfig)
CodeGuruReviewerAsyncClient.describeRepositoryAssociation(software.amazon.awssdk.services.codegurureviewer.model.DescribeRepositoryAssociationRequest) API until the desired condition
RepositoryAssociationSucceeded is met, or until it is determined that the resource will never enter into
the desired statedescribeRepositoryAssociationRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeRepositoryAssociationResponse>> waitUntilRepositoryAssociationSucceeded(Consumer<DescribeRepositoryAssociationRequest.Builder> describeRepositoryAssociationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
CodeGuruReviewerAsyncClient.describeRepositoryAssociation(software.amazon.awssdk.services.codegurureviewer.model.DescribeRepositoryAssociationRequest) API until the desired condition
RepositoryAssociationSucceeded 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
describeRepositoryAssociationRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic CodeGuruReviewerAsyncWaiter.Builder builder()
CodeGuruReviewerAsyncWaiter.static CodeGuruReviewerAsyncWaiter create()
CodeGuruReviewerAsyncWaiter with the default configuration.
A default CodeGuruReviewerAsyncClient 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.
CodeGuruReviewerAsyncWaiterCopyright © 2023. All rights reserved.