| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane operations.
|
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
S3ControlClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists current jobs and jobs that have ended within the last 30 days for the AWS account making the request.
|
default ListJobsResponse |
S3ControlClient.listJobs(ListJobsRequest listJobsRequest)
Lists current jobs and jobs that have ended within the last 30 days for the AWS account making the request.
|
default ListJobsIterable |
S3ControlClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists current jobs and jobs that have ended within the last 30 days for the AWS account making the request.
|
default ListJobsIterable |
S3ControlClient.listJobsPaginator(ListJobsRequest listJobsRequest)
Lists current jobs and jobs that have ended within the last 30 days for the AWS account making the request.
|
Copyright © 2020. All rights reserved.