Uses of Class
software.amazon.awssdk.services.personalize.model.ListDatasetsResponse
-
Packages that use ListDatasetsResponse 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 ListDatasetsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetsResponse Modifier and Type Method Description default ListDatasetsResponsePersonalizeClient. listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)Returns the list of datasets contained in the given dataset group.default ListDatasetsResponsePersonalizeClient. listDatasets(ListDatasetsRequest listDatasetsRequest)Returns the list of datasets contained in the given dataset group.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetsResponse>PersonalizeAsyncClient. listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)Returns the list of datasets contained in the given dataset group.default CompletableFuture<ListDatasetsResponse>PersonalizeAsyncClient. listDatasets(ListDatasetsRequest listDatasetsRequest)Returns the list of datasets contained in the given dataset group. -
Uses of ListDatasetsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description Iterator<ListDatasetsResponse>ListDatasetsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListDatasetsResponse Modifier and Type Method Description voidListDatasetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetsResponse> subscriber)
-