| 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 |
|---|---|
CreateJobResult |
AbstractAWSS3Control.createJob(CreateJobRequest request) |
CreateJobResult |
AWSS3Control.createJob(CreateJobRequest createJobRequest)
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
CreateJobResult |
AWSS3ControlClient.createJob(CreateJobRequest request)
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
Future<CreateJobResult> |
AWSS3ControlAsyncClient.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AWSS3ControlAsync.createJobAsync(CreateJobRequest createJobRequest)
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request) |
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 actions on Amazon S3 objects.
|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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 actions on Amazon S3 objects.
|
Future<CreateJobResult> |
AbstractAWSS3ControlAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAccountId(String accountId)
The Amazon Web Services 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.withManifestGenerator(JobManifestGenerator manifestGenerator)
The attribute container for the ManifestGenerator details.
|
CreateJobRequest |
CreateJobRequest.withOperation(JobOperation operation)
The action 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 Identity and Access Management (IAM) role that Batch Operations will use
to run this job's action 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 © 2023. All rights reserved.