| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateJobResponse |
S3ControlClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
default CreateJobResponse |
S3ControlClient.createJob(CreateJobRequest createJobRequest)
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
default DescribeJobResponse |
S3ControlClient.describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)
Retrieves the configuration parameters and status for a Batch Operations job.
|
default DescribeJobResponse |
S3ControlClient.describeJob(DescribeJobRequest describeJobRequest)
Retrieves the configuration parameters and status for a Batch Operations job.
|
default UpdateJobPriorityResponse |
S3ControlClient.updateJobPriority(Consumer<UpdateJobPriorityRequest.Builder> updateJobPriorityRequest)
Updates an existing S3 Batch Operations job's priority.
|
default UpdateJobPriorityResponse |
S3ControlClient.updateJobPriority(UpdateJobPriorityRequest updateJobPriorityRequest)
Updates an existing S3 Batch Operations job's priority.
|
default UpdateJobStatusResponse |
S3ControlClient.updateJobStatus(Consumer<UpdateJobStatusRequest.Builder> updateJobStatusRequest)
Updates the status for the specified job.
|
default UpdateJobStatusResponse |
S3ControlClient.updateJobStatus(UpdateJobStatusRequest updateJobStatusRequest)
Updates the status for the specified job.
|
Copyright © 2021. All rights reserved.