Uses of Class
software.amazon.awssdk.services.macie2.model.JobSummary
-
Packages that use JobSummary Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of JobSummary in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>ListClassificationJobsResponse. items()An array of objects, one for each job that matches the filter criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type JobSummary Modifier and Type Method Description ListClassificationJobsResponse.BuilderListClassificationJobsResponse.Builder. items(JobSummary... items)An array of objects, one for each job that matches the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type JobSummary Modifier and Type Method Description ListClassificationJobsResponse.BuilderListClassificationJobsResponse.Builder. items(Collection<JobSummary> items)An array of objects, one for each job that matches the filter criteria specified in the request. -
Uses of JobSummary in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type JobSummary Modifier and Type Method Description SdkIterable<JobSummary>ListClassificationJobsIterable. items()Returns an iterable to iterate through the paginatedListClassificationJobsResponse.items()member.SdkPublisher<JobSummary>ListClassificationJobsPublisher. items()Returns a publisher that can be used to get a stream of data.
-