| 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 |
AbstractAWSS3Control.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSS3ControlClient.listJobs(ListJobsRequest request)
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.
|
ListJobsResult |
AWSS3Control.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.
|
Future<ListJobsResult> |
AbstractAWSS3ControlAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSS3ControlAsync.listJobsAsync(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.
|
Future<ListJobsResult> |
AWSS3ControlAsyncClient.listJobsAsync(ListJobsRequest request) |
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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
ListJobsRequest |
ListJobsRequest.withJobStatuses(Collection<String> jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest |
ListJobsRequest.withJobStatuses(JobStatus... jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest |
ListJobsRequest.withJobStatuses(String... jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
The maximum number of jobs that Amazon S3 will include in the
List Jobs response. |
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
A pagination token to request the next page of results.
|
Copyright © 2023. All rights reserved.