Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotReplicasResponse
-
Packages that use ListBotReplicasResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of ListBotReplicasResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotReplicasResponse Modifier and Type Method Description default ListBotReplicasResponseLexModelsV2Client. listBotReplicas(Consumer<ListBotReplicasRequest.Builder> listBotReplicasRequest)The action to list the replicated bots.default ListBotReplicasResponseLexModelsV2Client. listBotReplicas(ListBotReplicasRequest listBotReplicasRequest)The action to list the replicated bots.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotReplicasResponse Modifier and Type Method Description default CompletableFuture<ListBotReplicasResponse>LexModelsV2AsyncClient. listBotReplicas(Consumer<ListBotReplicasRequest.Builder> listBotReplicasRequest)The action to list the replicated bots.default CompletableFuture<ListBotReplicasResponse>LexModelsV2AsyncClient. listBotReplicas(ListBotReplicasRequest listBotReplicasRequest)The action to list the replicated bots.
-