| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotReplicaResult> |
AbstractAmazonLexModelsV2Async.createBotReplicaAsync(CreateBotReplicaRequest request,
AsyncHandler<CreateBotReplicaRequest,CreateBotReplicaResult> asyncHandler) |
Future<CreateBotReplicaResult> |
AmazonLexModelsV2AsyncClient.createBotReplicaAsync(CreateBotReplicaRequest request,
AsyncHandler<CreateBotReplicaRequest,CreateBotReplicaResult> asyncHandler) |
Future<CreateBotReplicaResult> |
AmazonLexModelsV2Async.createBotReplicaAsync(CreateBotReplicaRequest createBotReplicaRequest,
AsyncHandler<CreateBotReplicaRequest,CreateBotReplicaResult> asyncHandler)
Action to create a replication of the source bot in the secondary region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotReplicaRequest |
CreateBotReplicaRequest.clone() |
CreateBotReplicaRequest |
CreateBotReplicaRequest.withBotId(String botId)
The request for the unique bot ID of the source bot to be replicated in the secondary region.
|
CreateBotReplicaRequest |
CreateBotReplicaRequest.withReplicaRegion(String replicaRegion)
The request for the secondary region that will be used in the replication of the source bot.
|
Copyright © 2025. All rights reserved.