| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3CopyObjectOperation |
S3CopyObjectOperation.clone() |
S3CopyObjectOperation |
JobOperation.getS3PutObjectCopy()
Directs the specified job to run a PUT Copy object call on every object in the manifest.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withAccessControlGrants(Collection<S3Grant> accessControlGrants)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withAccessControlGrants(S3Grant... accessControlGrants)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withBucketKeyEnabled(Boolean bucketKeyEnabled)
Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using
Amazon Web Services KMS (SSE-KMS).
|
S3CopyObjectOperation |
S3CopyObjectOperation.withCannedAccessControlList(S3CannedAccessControlList cannedAccessControlList)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withCannedAccessControlList(String cannedAccessControlList)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withMetadataDirective(S3MetadataDirective metadataDirective)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withMetadataDirective(String metadataDirective)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withModifiedSinceConstraint(Date modifiedSinceConstraint)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withNewObjectMetadata(S3ObjectMetadata newObjectMetadata)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withNewObjectTagging(Collection<S3Tag> newObjectTagging)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withNewObjectTagging(S3Tag... newObjectTagging)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withObjectLockLegalHoldStatus(S3ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The legal hold status to be applied to all objects in the Batch Operations job.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withObjectLockLegalHoldStatus(String objectLockLegalHoldStatus)
The legal hold status to be applied to all objects in the Batch Operations job.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withObjectLockMode(S3ObjectLockMode objectLockMode)
The retention mode to be applied to all objects in the Batch Operations job.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withObjectLockMode(String objectLockMode)
The retention mode to be applied to all objects in the Batch Operations job.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withObjectLockRetainUntilDate(Date objectLockRetainUntilDate)
The date when the applied object retention configuration expires on all objects in the Batch Operations job.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withRedirectLocation(String redirectLocation)
Specifies an optional metadata property for website redirects,
x-amz-website-redirect-location. |
S3CopyObjectOperation |
S3CopyObjectOperation.withRequesterPays(Boolean requesterPays)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withSSEAwsKmsKeyId(String sSEAwsKmsKeyId)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withStorageClass(S3StorageClass storageClass)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withStorageClass(String storageClass)
|
S3CopyObjectOperation |
S3CopyObjectOperation.withTargetKeyPrefix(String targetKeyPrefix)
Specifies the folder prefix into which you would like the objects to be copied.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withTargetResource(String targetResource)
Specifies the destination bucket ARN for the batch copy operation.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withUnModifiedSinceConstraint(Date unModifiedSinceConstraint)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobOperation.setS3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)
Directs the specified job to run a PUT Copy object 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.
|
Copyright © 2021. All rights reserved.