Uses of Class
software.amazon.awssdk.services.personalize.model.BatchSegmentJobSummary
-
Packages that use BatchSegmentJobSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of BatchSegmentJobSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchSegmentJobSummary Modifier and Type Method Description List<BatchSegmentJobSummary>ListBatchSegmentJobsResponse. batchSegmentJobs()A list containing information on each job that is returned.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchSegmentJobSummary Modifier and Type Method Description ListBatchSegmentJobsResponse.BuilderListBatchSegmentJobsResponse.Builder. batchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)A list containing information on each job that is returned.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type BatchSegmentJobSummary Modifier and Type Method Description ListBatchSegmentJobsResponse.BuilderListBatchSegmentJobsResponse.Builder. batchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)A list containing information on each job that is returned. -
Uses of BatchSegmentJobSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type BatchSegmentJobSummary Modifier and Type Method Description SdkIterable<BatchSegmentJobSummary>ListBatchSegmentJobsIterable. batchSegmentJobs()Returns an iterable to iterate through the paginatedListBatchSegmentJobsResponse.batchSegmentJobs()member.SdkPublisher<BatchSegmentJobSummary>ListBatchSegmentJobsPublisher. batchSegmentJobs()Returns a publisher that can be used to get a stream of data.
-