| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobOperation |
JobOperation.clone() |
JobOperation |
CreateJobRequest.getOperation()
The operation that you want this job to perform on each object listed in the manifest.
|
JobOperation |
JobDescriptor.getOperation()
The operation that the specified job is configured to execute on the objects listed in the manifest.
|
JobOperation |
JobOperation.withLambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on each object in the manifest.
|
JobOperation |
JobOperation.withS3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject)
Directs the specified job to execute an Initiate Glacier Restore call on each object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl)
Directs the specified job to execute a PUT Object acl call on each object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)
Directs the specified job to execute a PUT Copy object call on each object in the manifest.
|
JobOperation |
JobOperation.withS3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold) |
JobOperation |
JobOperation.withS3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention) |
JobOperation |
JobOperation.withS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to execute a PUT Object tagging call on each object in the manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setOperation(JobOperation operation)
The operation that you want this job to perform on each object listed in the manifest.
|
void |
JobDescriptor.setOperation(JobOperation operation)
The operation that the specified job is configured to execute on the objects listed in the manifest.
|
CreateJobRequest |
CreateJobRequest.withOperation(JobOperation operation)
The operation that you want this job to perform on each object listed in the manifest.
|
JobDescriptor |
JobDescriptor.withOperation(JobOperation operation)
The operation that the specified job is configured to execute on the objects listed in the manifest.
|
Copyright © 2020. All rights reserved.