| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListClassificationJobsResponse.items()
An array of objects, one for each job that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.items(JobSummary... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.items(Collection<JobSummary> items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<JobSummary> |
ListClassificationJobsIterable.items()
Returns an iterable to iterate through the paginated
ListClassificationJobsResponse.items() member. |
SdkPublisher<JobSummary> |
ListClassificationJobsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.