| 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 |
| Modifier and Type | Method and 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 ListJobsResponse |
S3ControlClient.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 ListJobsPublisher |
S3ControlAsyncClient.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 ListJobsIterable |
S3ControlClient.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.
|
| Constructor and Description |
|---|
ListJobsIterable(S3ControlClient client,
ListJobsRequest firstRequest) |
ListJobsPublisher(S3ControlAsyncClient client,
ListJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListJobsRequestMarshaller.marshall(ListJobsRequest listJobsRequest) |
Copyright © 2022. All rights reserved.