Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotReplicaResponse
-
Packages that use CreateBotReplicaResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateBotReplicaResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateBotReplicaResponse Modifier and Type Method Description default CreateBotReplicaResponseLexModelsV2Client. createBotReplica(Consumer<CreateBotReplicaRequest.Builder> createBotReplicaRequest)Action to create a replication of the source bot in the secondary region.default CreateBotReplicaResponseLexModelsV2Client. createBotReplica(CreateBotReplicaRequest createBotReplicaRequest)Action to create a replication of the source bot in the secondary region.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateBotReplicaResponse Modifier and Type Method Description default CompletableFuture<CreateBotReplicaResponse>LexModelsV2AsyncClient. createBotReplica(Consumer<CreateBotReplicaRequest.Builder> createBotReplicaRequest)Action to create a replication of the source bot in the secondary region.default CompletableFuture<CreateBotReplicaResponse>LexModelsV2AsyncClient. createBotReplica(CreateBotReplicaRequest createBotReplicaRequest)Action to create a replication of the source bot in the secondary region.
-