Uses of Class
software.amazon.awssdk.services.personalize.model.ListBatchSegmentJobsRequest
-
Packages that use ListBatchSegmentJobsRequest 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 software.amazon.awssdk.services.personalize.transform -
-
Uses of ListBatchSegmentJobsRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type ListBatchSegmentJobsRequest Modifier and Type Method Description 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.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.default ListBatchSegmentJobsPublisherPersonalizeAsyncClient. listBatchSegmentJobsPaginator(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.default ListBatchSegmentJobsIterablePersonalizeClient. listBatchSegmentJobsPaginator(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify. -
Uses of ListBatchSegmentJobsRequest in software.amazon.awssdk.services.personalize.paginators
Constructors in software.amazon.awssdk.services.personalize.paginators with parameters of type ListBatchSegmentJobsRequest Constructor Description ListBatchSegmentJobsIterable(PersonalizeClient client, ListBatchSegmentJobsRequest firstRequest)ListBatchSegmentJobsPublisher(PersonalizeAsyncClient client, ListBatchSegmentJobsRequest firstRequest) -
Uses of ListBatchSegmentJobsRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type ListBatchSegmentJobsRequest Modifier and Type Method Description SdkHttpFullRequestListBatchSegmentJobsRequestMarshaller. marshall(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)
-