Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ListConfiguredModelAlgorithmAssociationsResponse
-
Packages that use ListConfiguredModelAlgorithmAssociationsResponse 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 ListConfiguredModelAlgorithmAssociationsResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return ListConfiguredModelAlgorithmAssociationsResponse Modifier and Type Method Description default ListConfiguredModelAlgorithmAssociationsResponseCleanRoomsMlClient. listConfiguredModelAlgorithmAssociations(Consumer<ListConfiguredModelAlgorithmAssociationsRequest.Builder> listConfiguredModelAlgorithmAssociationsRequest)Returns a list of configured model algorithm associations.default ListConfiguredModelAlgorithmAssociationsResponseCleanRoomsMlClient. listConfiguredModelAlgorithmAssociations(ListConfiguredModelAlgorithmAssociationsRequest listConfiguredModelAlgorithmAssociationsRequest)Returns a list of configured model algorithm associations.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type ListConfiguredModelAlgorithmAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListConfiguredModelAlgorithmAssociationsResponse>CleanRoomsMlAsyncClient. listConfiguredModelAlgorithmAssociations(Consumer<ListConfiguredModelAlgorithmAssociationsRequest.Builder> listConfiguredModelAlgorithmAssociationsRequest)Returns a list of configured model algorithm associations.default CompletableFuture<ListConfiguredModelAlgorithmAssociationsResponse>CleanRoomsMlAsyncClient. listConfiguredModelAlgorithmAssociations(ListConfiguredModelAlgorithmAssociationsRequest listConfiguredModelAlgorithmAssociationsRequest)Returns a list of configured model algorithm associations. -
Uses of ListConfiguredModelAlgorithmAssociationsResponse in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type ListConfiguredModelAlgorithmAssociationsResponse Modifier and Type Method Description Iterator<ListConfiguredModelAlgorithmAssociationsResponse>ListConfiguredModelAlgorithmAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanroomsml.paginators with type arguments of type ListConfiguredModelAlgorithmAssociationsResponse Modifier and Type Method Description voidListConfiguredModelAlgorithmAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfiguredModelAlgorithmAssociationsResponse> subscriber)
-