| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasReplicasResult |
AmazonLexModelsV2Client.listBotAliasReplicas(ListBotAliasReplicasRequest request)
The action to list the replicated bots created from the source bot alias.
|
ListBotAliasReplicasResult |
AbstractAmazonLexModelsV2.listBotAliasReplicas(ListBotAliasReplicasRequest request) |
ListBotAliasReplicasResult |
AmazonLexModelsV2.listBotAliasReplicas(ListBotAliasReplicasRequest listBotAliasReplicasRequest)
The action to list the replicated bots created from the source bot alias.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotAliasReplicasResult> |
AmazonLexModelsV2AsyncClient.listBotAliasReplicasAsync(ListBotAliasReplicasRequest request,
AsyncHandler<ListBotAliasReplicasRequest,ListBotAliasReplicasResult> asyncHandler) |
Future<ListBotAliasReplicasResult> |
AmazonLexModelsV2Async.listBotAliasReplicasAsync(ListBotAliasReplicasRequest listBotAliasReplicasRequest,
AsyncHandler<ListBotAliasReplicasRequest,ListBotAliasReplicasResult> asyncHandler)
The action to list the replicated bots created from the source bot alias.
|
Future<ListBotAliasReplicasResult> |
AbstractAmazonLexModelsV2Async.listBotAliasReplicasAsync(ListBotAliasReplicasRequest request,
AsyncHandler<ListBotAliasReplicasRequest,ListBotAliasReplicasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.clone() |
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withBotAliasReplicaSummaries(BotAliasReplicaSummary... botAliasReplicaSummaries)
The summary information of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withBotAliasReplicaSummaries(Collection<BotAliasReplicaSummary> botAliasReplicaSummaries)
The summary information of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withBotId(String botId)
The unique bot ID of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withNextToken(String nextToken)
The next token for the replicated bots created from the source bot alias.
|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withReplicaRegion(String replicaRegion)
The secondary region of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasResult |
ListBotAliasReplicasResult.withSourceRegion(String sourceRegion)
The source region of the replicated bot created from the source bot alias.
|
Copyright © 2025. All rights reserved.