Uses of Class
software.amazon.awssdk.services.personalize.model.ListBatchSegmentJobsResponse
-
Packages that use ListBatchSegmentJobsResponse 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 ListBatchSegmentJobsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListBatchSegmentJobsResponse Modifier and Type Method Description default ListBatchSegmentJobsResponsePersonalizeClient. listBatchSegmentJobs(Consumer<ListBatchSegmentJobsRequest.Builder> listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.default ListBatchSegmentJobsResponsePersonalizeClient. listBatchSegmentJobs(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListBatchSegmentJobsResponse Modifier and Type Method Description default CompletableFuture<ListBatchSegmentJobsResponse>PersonalizeAsyncClient. listBatchSegmentJobs(Consumer<ListBatchSegmentJobsRequest.Builder> listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.default CompletableFuture<ListBatchSegmentJobsResponse>PersonalizeAsyncClient. listBatchSegmentJobs(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify. -
Uses of ListBatchSegmentJobsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListBatchSegmentJobsResponse Modifier and Type Method Description Iterator<ListBatchSegmentJobsResponse>ListBatchSegmentJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListBatchSegmentJobsResponse Modifier and Type Method Description voidListBatchSegmentJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBatchSegmentJobsResponse> subscriber)
-