Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ReplicationDestinationConfig |
ReplicationRule.getDestinationConfig()
Returns the destination configuration for the replication rule.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withAccessControlTranslation(AccessControlTranslation accessControlTranslation)
Sets the access control translation.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withAccount(String account)
Sets the account ID of the destination bucket.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withBucketARN(String bucketARN)
Sets the destination bucket ARN for the replication rule.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Sets the container for information regarding encryption based configuration for replicas
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withMetrics(Metrics metrics)
Set container specifying settings for configuring replication metrics and events.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withReplicationTime(ReplicationTime replicationTime)
Set a container specifying the time when all objects and operations on objects are replicated.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(StorageClass storageClass)
Sets the storage class for the replication destination.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(String storageClass)
Sets the storage class for the replication destination.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationRule.setDestinationConfig(ReplicationDestinationConfig destinationConfig)
Sets the destination configuration for the replication rule.
|
ReplicationRule |
ReplicationRule.withDestinationConfig(ReplicationDestinationConfig destinationConfig)
Sets the destination configuration for the replication rule.Returns the
updated object.
|
Copyright © 2022. All rights reserved.