Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ListConfiguredModelAlgorithmsResponse
-
Packages that use ListConfiguredModelAlgorithmsResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference.software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of ListConfiguredModelAlgorithmsResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return ListConfiguredModelAlgorithmsResponse Modifier and Type Method Description default ListConfiguredModelAlgorithmsResponseCleanRoomsMlClient. listConfiguredModelAlgorithms(Consumer<ListConfiguredModelAlgorithmsRequest.Builder> listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms.default ListConfiguredModelAlgorithmsResponseCleanRoomsMlClient. listConfiguredModelAlgorithms(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type ListConfiguredModelAlgorithmsResponse Modifier and Type Method Description default CompletableFuture<ListConfiguredModelAlgorithmsResponse>CleanRoomsMlAsyncClient. listConfiguredModelAlgorithms(Consumer<ListConfiguredModelAlgorithmsRequest.Builder> listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms.default CompletableFuture<ListConfiguredModelAlgorithmsResponse>CleanRoomsMlAsyncClient. listConfiguredModelAlgorithms(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms. -
Uses of ListConfiguredModelAlgorithmsResponse in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type ListConfiguredModelAlgorithmsResponse Modifier and Type Method Description Iterator<ListConfiguredModelAlgorithmsResponse>ListConfiguredModelAlgorithmsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanroomsml.paginators with type arguments of type ListConfiguredModelAlgorithmsResponse Modifier and Type Method Description voidListConfiguredModelAlgorithmsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfiguredModelAlgorithmsResponse> subscriber)
-