Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DeleteBotReplicaResponse
-
Packages that use DeleteBotReplicaResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DeleteBotReplicaResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DeleteBotReplicaResponse Modifier and Type Method Description default DeleteBotReplicaResponseLexModelsV2Client. deleteBotReplica(Consumer<DeleteBotReplicaRequest.Builder> deleteBotReplicaRequest)The action to delete the replicated bot in the secondary region.default DeleteBotReplicaResponseLexModelsV2Client. deleteBotReplica(DeleteBotReplicaRequest deleteBotReplicaRequest)The action to delete the replicated bot in the secondary region.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DeleteBotReplicaResponse Modifier and Type Method Description default CompletableFuture<DeleteBotReplicaResponse>LexModelsV2AsyncClient. deleteBotReplica(Consumer<DeleteBotReplicaRequest.Builder> deleteBotReplicaRequest)The action to delete the replicated bot in the secondary region.default CompletableFuture<DeleteBotReplicaResponse>LexModelsV2AsyncClient. deleteBotReplica(DeleteBotReplicaRequest deleteBotReplicaRequest)The action to delete the replicated bot in the secondary region.
-