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 ReplicationDestinationConfig
ReplicationRule. getDestinationConfig()
Returns the destination configuration for the replication rule.ReplicationDestinationConfig
ReplicationDestinationConfig. withBucketARN(String bucketARN)
Sets the destination bucket ARN for the replication rule.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.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationDestinationConfig Modifier and Type Method 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.
-