| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
S3ControlClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists current S3 Batch Operations 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 S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account
making the request.
|
| Modifier and Type | Method and 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 AWS 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 AWS account
making the request.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2021. All rights reserved.