| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model | |
| software.amazon.awssdk.services.personalize.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BatchSegmentJobSummary> |
ListBatchSegmentJobsResponse.batchSegmentJobs()
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsResponse.Builder |
ListBatchSegmentJobsResponse.Builder.batchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsResponse.Builder |
ListBatchSegmentJobsResponse.Builder.batchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BatchSegmentJobSummary> |
ListBatchSegmentJobsPublisher.batchSegmentJobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BatchSegmentJobSummary> |
ListBatchSegmentJobsIterable.batchSegmentJobs()
Returns an iterable to iterate through the paginated
ListBatchSegmentJobsResponse.batchSegmentJobs()
member. |
Copyright © 2023. All rights reserved.