| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.builder() |
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.items(Collection<JobSummary> items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.items(Consumer<JobSummary.Builder>... items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.items(JobSummary... items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ListClassificationJobsResponse.Builder |
ListClassificationJobsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClassificationJobsResponse.Builder> |
ListClassificationJobsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.