| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionReplicasResult |
AmazonLexModelsV2Client.listBotVersionReplicas(ListBotVersionReplicasRequest request)
Contains information about all the versions replication statuses applicable for Global Resiliency.
|
ListBotVersionReplicasResult |
AbstractAmazonLexModelsV2.listBotVersionReplicas(ListBotVersionReplicasRequest request) |
ListBotVersionReplicasResult |
AmazonLexModelsV2.listBotVersionReplicas(ListBotVersionReplicasRequest listBotVersionReplicasRequest)
Contains information about all the versions replication statuses applicable for Global Resiliency.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotVersionReplicasResult> |
AmazonLexModelsV2AsyncClient.listBotVersionReplicasAsync(ListBotVersionReplicasRequest request,
AsyncHandler<ListBotVersionReplicasRequest,ListBotVersionReplicasResult> asyncHandler) |
Future<ListBotVersionReplicasResult> |
AbstractAmazonLexModelsV2Async.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.clone() |
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withBotId(String botId)
The unique ID of the bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withBotVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withBotVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)
The information summary used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withNextToken(String nextToken)
The next token used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withReplicaRegion(String replicaRegion)
The region used for the replicated bots in the list of replicated bots.
|
ListBotVersionReplicasResult |
ListBotVersionReplicasResult.withSourceRegion(String sourceRegion)
The source region used for the bots in the list of replicated bots.
|
Copyright © 2024. All rights reserved.