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