| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
AWSS3ControlClient.listJobs(ListJobsRequest request)
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for the Amazon
Web Services account making the request.
|
ListJobsResult |
AbstractAWSS3Control.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSS3Control.listJobs(ListJobsRequest listJobsRequest)
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for the Amazon
Web Services account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSS3ControlAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AbstractAWSS3ControlAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSS3ControlAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for the Amazon
Web Services account making the request.
|
Future<ListJobsResult> |
AWSS3ControlAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSS3ControlAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSS3ControlAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for the Amazon
Web Services account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSS3ControlAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSS3ControlAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSS3ControlAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for the Amazon
Web Services account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResult |
ListJobsResult.withJobs(JobListDescriptor... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResult |
ListJobsResult.withNextToken(String nextToken)
If the
List Jobs request produced more than the maximum number of results, you can pass this value
into a subsequent List Jobs request in order to retrieve the next page of results. |
Copyright © 2024. All rights reserved.