| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
ReplicationRule.getDestination()
A container for information about the replication destination and its configurations.
|
Destination |
Destination.withAccessControlTranslation(AccessControlTranslation accessControlTranslation)
Specify this property only in a cross-account scenario (where the source and destination bucket owners are not
the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination
bucket.
|
Destination |
Destination.withAccount(String account)
The destination bucket owner's account ID.
|
Destination |
Destination.withBucket(String bucket)
The Amazon Resource Name (ARN) of the access point for the destination bucket where you want S3 on Outposts to
store the replication results.
|
Destination |
Destination.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A container that provides information about encryption.
|
Destination |
Destination.withMetrics(Metrics metrics)
A container that specifies replication metrics-related settings.
|
Destination |
Destination.withReplicationTime(ReplicationTime replicationTime)
A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and
the time when all objects and operations on objects must be replicated.
|
Destination |
Destination.withStorageClass(ReplicationStorageClass storageClass)
The storage class to use when replicating objects.
|
Destination |
Destination.withStorageClass(String storageClass)
The storage class to use when replicating objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationRule.setDestination(Destination destination)
A container for information about the replication destination and its configurations.
|
ReplicationRule |
ReplicationRule.withDestination(Destination destination)
A container for information about the replication destination and its configurations.
|
Copyright © 2023. All rights reserved.