| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| 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 |
|---|---|
ListBotAliasReplicasRequest |
ListBotAliasReplicasRequest.clone() |
ListBotAliasReplicasRequest |
ListBotAliasReplicasRequest.withBotId(String botId)
The request for the unique bot ID of the replicated bot created from the source bot alias.
|
ListBotAliasReplicasRequest |
ListBotAliasReplicasRequest.withMaxResults(Integer maxResults)
The request for maximum results to list the replicated bots created from the source bot alias.
|
ListBotAliasReplicasRequest |
ListBotAliasReplicasRequest.withNextToken(String nextToken)
The request for the next token for the replicated bot created from the source bot alias.
|
ListBotAliasReplicasRequest |
ListBotAliasReplicasRequest.withReplicaRegion(String replicaRegion)
The request for the secondary region of the replicated bot created from the source bot alias.
|
Copyright © 2025. All rights reserved.