Uses of Class
software.amazon.awssdk.services.s3control.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseS3ControlClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default ListJobsResponseS3ControlClient. listJobs(ListJobsRequest listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>S3ControlAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default CompletableFuture<ListJobsResponse>S3ControlAsyncClient. listJobs(ListJobsRequest listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request. -
Uses of ListJobsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-