| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobOperation |
JobOperation.clone() |
JobOperation |
JobDescriptor.getOperation()
The operation that the specified job is configured to run on the objects listed in the manifest.
|
JobOperation |
CreateJobRequest.getOperation()
The action that you want this job to perform on every object listed in the manifest.
|
JobOperation |
JobOperation.withLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an Lambda function on every object in the manifest.
|
JobOperation |
JobOperation.withS3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging)
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
|
JobOperation |
JobOperation.withS3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject)
Directs the specified job to initiate restore requests for every archived object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl)
Directs the specified job to run a
PutObjectAcl call on every object in the manifest. |
JobOperation |
JobOperation.withS3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)
Directs the specified job to run a PUT Copy object call on every object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold) |
JobOperation |
JobOperation.withS3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention) |
JobOperation |
JobOperation.withS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
|
JobOperation |
JobOperation.withS3ReplicateObject(S3ReplicateObjectOperation s3ReplicateObject)
Directs the specified job to invoke
ReplicateObject on every object in the job's manifest. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobDescriptor.setOperation(JobOperation operation)
The operation that the specified job is configured to run on the objects listed in the manifest.
|
void |
CreateJobRequest.setOperation(JobOperation operation)
The action that you want this job to perform on every object listed in the manifest.
|
JobDescriptor |
JobDescriptor.withOperation(JobOperation operation)
The operation that the specified job is configured to run on the objects listed in the manifest.
|
CreateJobRequest |
CreateJobRequest.withOperation(JobOperation operation)
The action that you want this job to perform on every object listed in the manifest.
|
Copyright © 2022. All rights reserved.