| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotVersionReplicasResult> |
AmazonLexModelsV2AsyncClient.listBotVersionReplicasAsync(ListBotVersionReplicasRequest request,
AsyncHandler<ListBotVersionReplicasRequest,ListBotVersionReplicasResult> asyncHandler) |
Future<ListBotVersionReplicasResult> |
AmazonLexModelsV2Async.listBotVersionReplicasAsync(ListBotVersionReplicasRequest listBotVersionReplicasRequest,
AsyncHandler<ListBotVersionReplicasRequest,ListBotVersionReplicasResult> asyncHandler)
Contains information about all the versions replication statuses applicable for Global Resiliency.
|
Future<ListBotVersionReplicasResult> |
AbstractAmazonLexModelsV2Async.listBotVersionReplicasAsync(ListBotVersionReplicasRequest request,
AsyncHandler<ListBotVersionReplicasRequest,ListBotVersionReplicasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.clone() |
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.withBotId(String botId)
The request for the unique ID in the list of replicated bots.
|
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.withMaxResults(Integer maxResults)
The maximum results given in the list of replicated bots.
|
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.withNextToken(String nextToken)
The next token given in the list of replicated bots.
|
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.withReplicaRegion(String replicaRegion)
The request for the region used in the list of replicated bots.
|
ListBotVersionReplicasRequest |
ListBotVersionReplicasRequest.withSortBy(BotVersionReplicaSortBy sortBy)
The requested sort category for the list of replicated bots.
|
Copyright © 2025. All rights reserved.