Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DescribeBotReplicaResponse
-
Packages that use DescribeBotReplicaResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DescribeBotReplicaResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DescribeBotReplicaResponse Modifier and Type Method Description default DescribeBotReplicaResponseLexModelsV2Client. describeBotReplica(Consumer<DescribeBotReplicaRequest.Builder> describeBotReplicaRequest)Monitors the bot replication status through the UI console.default DescribeBotReplicaResponseLexModelsV2Client. describeBotReplica(DescribeBotReplicaRequest describeBotReplicaRequest)Monitors the bot replication status through the UI console.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DescribeBotReplicaResponse Modifier and Type Method Description default CompletableFuture<DescribeBotReplicaResponse>LexModelsV2AsyncClient. describeBotReplica(Consumer<DescribeBotReplicaRequest.Builder> describeBotReplicaRequest)Monitors the bot replication status through the UI console.default CompletableFuture<DescribeBotReplicaResponse>LexModelsV2AsyncClient. describeBotReplica(DescribeBotReplicaRequest describeBotReplicaRequest)Monitors the bot replication status through the UI console.
-