| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotReplicasResult |
AmazonLexModelsV2Client.listBotReplicas(ListBotReplicasRequest request)
The action to list the replicated bots.
|
ListBotReplicasResult |
AbstractAmazonLexModelsV2.listBotReplicas(ListBotReplicasRequest request) |
ListBotReplicasResult |
AmazonLexModelsV2.listBotReplicas(ListBotReplicasRequest listBotReplicasRequest)
The action to list the replicated bots.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotReplicasResult> |
AmazonLexModelsV2AsyncClient.listBotReplicasAsync(ListBotReplicasRequest request,
AsyncHandler<ListBotReplicasRequest,ListBotReplicasResult> asyncHandler) |
Future<ListBotReplicasResult> |
AmazonLexModelsV2Async.listBotReplicasAsync(ListBotReplicasRequest listBotReplicasRequest,
AsyncHandler<ListBotReplicasRequest,ListBotReplicasResult> asyncHandler)
The action to list the replicated bots.
|
Future<ListBotReplicasResult> |
AbstractAmazonLexModelsV2Async.listBotReplicasAsync(ListBotReplicasRequest request,
AsyncHandler<ListBotReplicasRequest,ListBotReplicasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBotReplicasResult |
ListBotReplicasResult.clone() |
ListBotReplicasResult |
ListBotReplicasResult.withBotId(String botId)
the unique bot IDs in the list of replicated bots.
|
ListBotReplicasResult |
ListBotReplicasResult.withBotReplicaSummaries(BotReplicaSummary... botReplicaSummaries)
The summary details for the replicated bots.
|
ListBotReplicasResult |
ListBotReplicasResult.withBotReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)
The summary details for the replicated bots.
|
ListBotReplicasResult |
ListBotReplicasResult.withSourceRegion(String sourceRegion)
The source region of the source bots in the list of replicated bots.
|
Copyright © 2025. All rights reserved.