Uses of Class
software.amazon.awssdk.services.macie2.model.ListClassificationJobsResponse
-
Packages that use ListClassificationJobsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListClassificationJobsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListClassificationJobsResponse Modifier and Type Method Description default ListClassificationJobsResponseMacie2Client. listClassificationJobs(Consumer<ListClassificationJobsRequest.Builder> listClassificationJobsRequest)Retrieves a subset of information about one or more classification jobs.default ListClassificationJobsResponseMacie2Client. listClassificationJobs(ListClassificationJobsRequest listClassificationJobsRequest)Retrieves a subset of information about one or more classification jobs.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListClassificationJobsResponse Modifier and Type Method Description default CompletableFuture<ListClassificationJobsResponse>Macie2AsyncClient. listClassificationJobs(Consumer<ListClassificationJobsRequest.Builder> listClassificationJobsRequest)Retrieves a subset of information about one or more classification jobs.default CompletableFuture<ListClassificationJobsResponse>Macie2AsyncClient. listClassificationJobs(ListClassificationJobsRequest listClassificationJobsRequest)Retrieves a subset of information about one or more classification jobs. -
Uses of ListClassificationJobsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListClassificationJobsResponse Modifier and Type Method Description Iterator<ListClassificationJobsResponse>ListClassificationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListClassificationJobsResponse Modifier and Type Method Description voidListClassificationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClassificationJobsResponse> subscriber)
-