Uses of Class
software.amazon.awssdk.services.s3control.model.ListJobsRequest
-
Packages that use ListJobsRequest 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 software.amazon.awssdk.services.s3control.transform -
-
Uses of ListJobsRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListJobsRequest Modifier and Type Method Description 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.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.default ListJobsPublisherS3ControlAsyncClient. listJobsPaginator(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.default ListJobsIterableS3ControlClient. listJobsPaginator(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 ListJobsRequest in software.amazon.awssdk.services.s3control.paginators
Constructors in software.amazon.awssdk.services.s3control.paginators with parameters of type ListJobsRequest Constructor Description ListJobsIterable(S3ControlClient client, ListJobsRequest firstRequest)ListJobsPublisher(S3ControlAsyncClient client, ListJobsRequest firstRequest) -
Uses of ListJobsRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListJobsRequest Modifier and Type Method Description SdkHttpFullRequestListJobsRequestMarshaller. marshall(ListJobsRequest listJobsRequest)
-