@Generated(value="software.amazon.awssdk:codegen") public interface Macie2AsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
Macie2AsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<GetSensitiveDataOccurrencesResponse>> waitUntilFindingRevealed(GetSensitiveDataOccurrencesRequest getSensitiveDataOccurrencesRequest)
Macie2AsyncClient.getSensitiveDataOccurrences(software.amazon.awssdk.services.macie2.model.GetSensitiveDataOccurrencesRequest) API until the desired condition
FindingRevealed is met, or until it is determined that the resource will never enter into the desired
stategetSensitiveDataOccurrencesRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetSensitiveDataOccurrencesResponse>> waitUntilFindingRevealed(Consumer<GetSensitiveDataOccurrencesRequest.Builder> getSensitiveDataOccurrencesRequest)
Macie2AsyncClient.getSensitiveDataOccurrences(software.amazon.awssdk.services.macie2.model.GetSensitiveDataOccurrencesRequest) API until the desired condition
FindingRevealed 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 GetSensitiveDataOccurrencesRequest.builder()
getSensitiveDataOccurrencesRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetSensitiveDataOccurrencesResponse>> waitUntilFindingRevealed(GetSensitiveDataOccurrencesRequest getSensitiveDataOccurrencesRequest, WaiterOverrideConfiguration overrideConfig)
Macie2AsyncClient.getSensitiveDataOccurrences(software.amazon.awssdk.services.macie2.model.GetSensitiveDataOccurrencesRequest) API until the desired condition
FindingRevealed is met, or until it is determined that the resource will never enter into the desired
stategetSensitiveDataOccurrencesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetSensitiveDataOccurrencesResponse>> waitUntilFindingRevealed(Consumer<GetSensitiveDataOccurrencesRequest.Builder> getSensitiveDataOccurrencesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Macie2AsyncClient.getSensitiveDataOccurrences(software.amazon.awssdk.services.macie2.model.GetSensitiveDataOccurrencesRequest) API until the desired condition
FindingRevealed 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
getSensitiveDataOccurrencesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic Macie2AsyncWaiter.Builder builder()
Macie2AsyncWaiter.static Macie2AsyncWaiter create()
Macie2AsyncWaiter with the default configuration.
A default Macie2AsyncClient 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.
Macie2AsyncWaiterCopyright © 2022. All rights reserved.