Interface LexModelsV2AsyncWaiter
-
- All Superinterfaces:
AutoCloseable,SdkAutoCloseable
@Generated("software.amazon.awssdk:codegen") public interface LexModelsV2AsyncWaiter extends SdkAutoCloseable
Waiter utility class that polls a resource until a desired state is reached or until it is determined that the resource will never enter into the desired state. This can be created using the staticbuilder()method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLexModelsV2AsyncWaiter.Builder
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
-
-
-
Method Detail
-
waitUntilBotAliasAvailable
default CompletableFuture<WaiterResponse<DescribeBotAliasResponse>> waitUntilBotAliasAvailable(DescribeBotAliasRequest describeBotAliasRequest)
PollsLexModelsV2AsyncClient.describeBotAlias(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotAliasRequest)API until the desired conditionBotAliasAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotAliasRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotAliasAvailable
default CompletableFuture<WaiterResponse<DescribeBotAliasResponse>> waitUntilBotAliasAvailable(Consumer<DescribeBotAliasRequest.Builder> describeBotAliasRequest)
PollsLexModelsV2AsyncClient.describeBotAlias(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotAliasRequest)API until the desired conditionBotAliasAvailableis 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
DescribeBotAliasRequest.builder()- Parameters:
describeBotAliasRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotAliasAvailable
default CompletableFuture<WaiterResponse<DescribeBotAliasResponse>> waitUntilBotAliasAvailable(DescribeBotAliasRequest describeBotAliasRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBotAlias(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotAliasRequest)API until the desired conditionBotAliasAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotAliasRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotAliasAvailable
default CompletableFuture<WaiterResponse<DescribeBotAliasResponse>> waitUntilBotAliasAvailable(Consumer<DescribeBotAliasRequest.Builder> describeBotAliasRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBotAlias(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotAliasRequest)API until the desired conditionBotAliasAvailableis 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
- Parameters:
describeBotAliasRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotAvailable
default CompletableFuture<WaiterResponse<DescribeBotResponse>> waitUntilBotAvailable(DescribeBotRequest describeBotRequest)
PollsLexModelsV2AsyncClient.describeBot(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotRequest)API until the desired conditionBotAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotAvailable
default CompletableFuture<WaiterResponse<DescribeBotResponse>> waitUntilBotAvailable(Consumer<DescribeBotRequest.Builder> describeBotRequest)
PollsLexModelsV2AsyncClient.describeBot(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotRequest)API until the desired conditionBotAvailableis 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
DescribeBotRequest.builder()- Parameters:
describeBotRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotAvailable
default CompletableFuture<WaiterResponse<DescribeBotResponse>> waitUntilBotAvailable(DescribeBotRequest describeBotRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBot(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotRequest)API until the desired conditionBotAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotAvailable
default CompletableFuture<WaiterResponse<DescribeBotResponse>> waitUntilBotAvailable(Consumer<DescribeBotRequest.Builder> describeBotRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBot(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotRequest)API until the desired conditionBotAvailableis 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
- Parameters:
describeBotRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotExportCompleted
default CompletableFuture<WaiterResponse<DescribeExportResponse>> waitUntilBotExportCompleted(DescribeExportRequest describeExportRequest)
PollsLexModelsV2AsyncClient.describeExport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeExportRequest)API until the desired conditionBotExportCompletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeExportRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotExportCompleted
default CompletableFuture<WaiterResponse<DescribeExportResponse>> waitUntilBotExportCompleted(Consumer<DescribeExportRequest.Builder> describeExportRequest)
PollsLexModelsV2AsyncClient.describeExport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeExportRequest)API until the desired conditionBotExportCompletedis 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
DescribeExportRequest.builder()- Parameters:
describeExportRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotExportCompleted
default CompletableFuture<WaiterResponse<DescribeExportResponse>> waitUntilBotExportCompleted(DescribeExportRequest describeExportRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeExport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeExportRequest)API until the desired conditionBotExportCompletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeExportRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotExportCompleted
default CompletableFuture<WaiterResponse<DescribeExportResponse>> waitUntilBotExportCompleted(Consumer<DescribeExportRequest.Builder> describeExportRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeExport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeExportRequest)API until the desired conditionBotExportCompletedis 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
- Parameters:
describeExportRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotImportCompleted
default CompletableFuture<WaiterResponse<DescribeImportResponse>> waitUntilBotImportCompleted(DescribeImportRequest describeImportRequest)
PollsLexModelsV2AsyncClient.describeImport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeImportRequest)API until the desired conditionBotImportCompletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeImportRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotImportCompleted
default CompletableFuture<WaiterResponse<DescribeImportResponse>> waitUntilBotImportCompleted(Consumer<DescribeImportRequest.Builder> describeImportRequest)
PollsLexModelsV2AsyncClient.describeImport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeImportRequest)API until the desired conditionBotImportCompletedis 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
DescribeImportRequest.builder()- Parameters:
describeImportRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotImportCompleted
default CompletableFuture<WaiterResponse<DescribeImportResponse>> waitUntilBotImportCompleted(DescribeImportRequest describeImportRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeImport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeImportRequest)API until the desired conditionBotImportCompletedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeImportRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotImportCompleted
default CompletableFuture<WaiterResponse<DescribeImportResponse>> waitUntilBotImportCompleted(Consumer<DescribeImportRequest.Builder> describeImportRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeImport(software.amazon.awssdk.services.lexmodelsv2.model.DescribeImportRequest)API until the desired conditionBotImportCompletedis 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
- Parameters:
describeImportRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleBuilt
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleBuilt(DescribeBotLocaleRequest describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleBuiltis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotLocaleBuilt
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleBuilt(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleBuiltis 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
DescribeBotLocaleRequest.builder()- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleBuilt
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleBuilt(DescribeBotLocaleRequest describeBotLocaleRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleBuiltis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleBuilt
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleBuilt(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleBuiltis 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
- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleCreated
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleCreated(DescribeBotLocaleRequest describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotLocaleCreated
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleCreated(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleCreatedis 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
DescribeBotLocaleRequest.builder()- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleCreated
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleCreated(DescribeBotLocaleRequest describeBotLocaleRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleCreatedis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleCreated
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleCreated(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleCreatedis 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
- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleExpressTestingAvailable
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleExpressTestingAvailable(DescribeBotLocaleRequest describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleExpressTestingAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotLocaleExpressTestingAvailable
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleExpressTestingAvailable(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleExpressTestingAvailableis 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
DescribeBotLocaleRequest.builder()- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleExpressTestingAvailable
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleExpressTestingAvailable(DescribeBotLocaleRequest describeBotLocaleRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleExpressTestingAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotLocaleRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotLocaleExpressTestingAvailable
default CompletableFuture<WaiterResponse<DescribeBotLocaleResponse>> waitUntilBotLocaleExpressTestingAvailable(Consumer<DescribeBotLocaleRequest.Builder> describeBotLocaleRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBotLocale(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotLocaleRequest)API until the desired conditionBotLocaleExpressTestingAvailableis 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
- Parameters:
describeBotLocaleRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotVersionAvailable
default CompletableFuture<WaiterResponse<DescribeBotVersionResponse>> waitUntilBotVersionAvailable(DescribeBotVersionRequest describeBotVersionRequest)
PollsLexModelsV2AsyncClient.describeBotVersion(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotVersionRequest)API until the desired conditionBotVersionAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotVersionRequest- the request to be used for polling- Returns:
- CompletableFuture containing the WaiterResponse. It completes successfully when the resource enters into a desired state or exceptionally when it is determined that the resource will never enter into the desired state.
-
waitUntilBotVersionAvailable
default CompletableFuture<WaiterResponse<DescribeBotVersionResponse>> waitUntilBotVersionAvailable(Consumer<DescribeBotVersionRequest.Builder> describeBotVersionRequest)
PollsLexModelsV2AsyncClient.describeBotVersion(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotVersionRequest)API until the desired conditionBotVersionAvailableis 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
DescribeBotVersionRequest.builder()- Parameters:
describeBotVersionRequest- The consumer that will configure the request to be used for polling- Returns:
- CompletableFuture of the WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotVersionAvailable
default CompletableFuture<WaiterResponse<DescribeBotVersionResponse>> waitUntilBotVersionAvailable(DescribeBotVersionRequest describeBotVersionRequest, WaiterOverrideConfiguration overrideConfig)
PollsLexModelsV2AsyncClient.describeBotVersion(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotVersionRequest)API until the desired conditionBotVersionAvailableis met, or until it is determined that the resource will never enter into the desired state- Parameters:
describeBotVersionRequest- The request to be used for pollingoverrideConfig- Per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
waitUntilBotVersionAvailable
default CompletableFuture<WaiterResponse<DescribeBotVersionResponse>> waitUntilBotVersionAvailable(Consumer<DescribeBotVersionRequest.Builder> describeBotVersionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
PollsLexModelsV2AsyncClient.describeBotVersion(software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotVersionRequest)API until the desired conditionBotVersionAvailableis 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
- Parameters:
describeBotVersionRequest- The consumer that will configure the request to be used for pollingoverrideConfig- The consumer that will configure the per request override configuration for waiters- Returns:
- WaiterResponse containing either a response or an exception that has matched with the waiter success condition
-
builder
static LexModelsV2AsyncWaiter.Builder builder()
Create a builder that can be used to configure and create aLexModelsV2AsyncWaiter.- Returns:
- a builder
-
create
static LexModelsV2AsyncWaiter create()
Create an instance ofLexModelsV2AsyncWaiterwith the default configuration.A default
LexModelsV2AsyncClientwill 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, invokeSdkAutoCloseable.close()to release the resources once the waiter is not needed.- Returns:
- an instance of
LexModelsV2AsyncWaiter
-
-