Uses of Class
com.amazonaws.services.s3.model.ReplicationDestinationConfig
-
Packages that use ReplicationDestinationConfig Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of ReplicationDestinationConfig in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ReplicationDestinationConfig Modifier and Type Method Description ReplicationDestinationConfigReplicationRule. getDestinationConfig()Returns the destination configuration for the replication rule.ReplicationDestinationConfigReplicationDestinationConfig. withBucketARN(String bucketARN)Sets the destination bucket ARN for the replication rule.ReplicationDestinationConfigReplicationDestinationConfig. withStorageClass(StorageClass storageClass)Sets the storage class for the replication destination.ReplicationDestinationConfigReplicationDestinationConfig. withStorageClass(String storageClass)Sets the storage class for the replication destination.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationDestinationConfig Modifier and Type Method Description voidReplicationRule. setDestinationConfig(ReplicationDestinationConfig destinationConfig)Sets the destination configuration for the replication rule.ReplicationRuleReplicationRule. withDestinationConfig(ReplicationDestinationConfig destinationConfig)Sets the destination configuration for the replication rule.Returns the updated object.
-