| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane operations.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResult |
AWSS3Control.createJob(CreateJobRequest createJobRequest)
You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects.
|
CreateJobResult |
AbstractAWSS3Control.createJob(CreateJobRequest request) |
CreateJobResult |
AWSS3ControlClient.createJob(CreateJobRequest request)
You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects.
|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AWSS3ControlAsyncClient.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AWSS3ControlAsync.createJobAsync(CreateJobRequest createJobRequest)
You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects.
|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSS3ControlAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSS3ControlAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSS3ControlAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSS3ControlAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAccountId(String accountId)
The AWS account ID that creates the job.
|
CreateJobRequest |
CreateJobRequest.withClientRequestToken(String clientRequestToken)
An idempotency token to ensure that you don't accidentally submit the same request twice.
|
CreateJobRequest |
CreateJobRequest.withConfirmationRequired(Boolean confirmationRequired)
Indicates whether confirmation is required before Amazon S3 runs the job.
|
CreateJobRequest |
CreateJobRequest.withDescription(String description)
A description for this job.
|
CreateJobRequest |
CreateJobRequest.withManifest(JobManifest manifest)
Configuration parameters for the manifest.
|
CreateJobRequest |
CreateJobRequest.withOperation(JobOperation operation)
The operation that you want this job to perform on every object listed in the manifest.
|
CreateJobRequest |
CreateJobRequest.withPriority(Integer priority)
The numerical priority for this job.
|
CreateJobRequest |
CreateJobRequest.withReport(JobReport report)
Configuration parameters for the optional job-completion report.
|
CreateJobRequest |
CreateJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM) role that Batch Operations will
use to run this job's operation on every object in the manifest.
|
CreateJobRequest |
CreateJobRequest.withTags(Collection<S3Tag> tags)
A set of tags to associate with the S3 Batch Operations job.
|
CreateJobRequest |
CreateJobRequest.withTags(S3Tag... tags)
A set of tags to associate with the S3 Batch Operations job.
|
Copyright © 2021. All rights reserved.