Uses of Class
software.amazon.awssdk.services.personalize.model.ListDatasetGroupsResponse
-
Packages that use ListDatasetGroupsResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.paginators -
-
Uses of ListDatasetGroupsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetGroupsResponse Modifier and Type Method Description default ListDatasetGroupsResponsePersonalizeClient. listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups.default ListDatasetGroupsResponsePersonalizeClient. listDatasetGroups(ListDatasetGroupsRequest listDatasetGroupsRequest)Returns a list of dataset groups.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListDatasetGroupsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetGroupsResponse>PersonalizeAsyncClient. listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups.default CompletableFuture<ListDatasetGroupsResponse>PersonalizeAsyncClient. listDatasetGroups(ListDatasetGroupsRequest listDatasetGroupsRequest)Returns a list of dataset groups. -
Uses of ListDatasetGroupsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListDatasetGroupsResponse Modifier and Type Method Description Iterator<ListDatasetGroupsResponse>ListDatasetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListDatasetGroupsResponse Modifier and Type Method Description voidListDatasetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetGroupsResponse> subscriber)
-