| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services 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 DeleteJobTaggingResponse |
S3ControlClient.deleteJobTagging(Consumer<DeleteJobTaggingRequest.Builder> deleteJobTaggingRequest)
Removes the entire tag set from the specified S3 Batch Operations job.
|
default DeleteJobTaggingResponse |
S3ControlClient.deleteJobTagging(DeleteJobTaggingRequest deleteJobTaggingRequest)
Removes the entire tag set from the specified S3 Batch Operations job.
|
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 GetJobTaggingResponse |
S3ControlClient.getJobTagging(Consumer<GetJobTaggingRequest.Builder> getJobTaggingRequest)
Returns the tags on an S3 Batch Operations job.
|
default GetJobTaggingResponse |
S3ControlClient.getJobTagging(GetJobTaggingRequest getJobTaggingRequest)
Returns the tags on an S3 Batch Operations job.
|
default ListJobsResponse |
S3ControlClient.listJobs(Consumer<ListJobsRequest.Builder> 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.
|
default ListJobsResponse |
S3ControlClient.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.
|
default ListJobsIterable |
S3ControlClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> 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.
|
default ListJobsIterable |
S3ControlClient.listJobsPaginator(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.
|
default PutJobTaggingResponse |
S3ControlClient.putJobTagging(Consumer<PutJobTaggingRequest.Builder> putJobTaggingRequest)
Sets the supplied tag-set on an S3 Batch Operations job.
|
default PutJobTaggingResponse |
S3ControlClient.putJobTagging(PutJobTaggingRequest putJobTaggingRequest)
Sets the supplied tag-set on an S3 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 © 2023. All rights reserved.