Uses of Class
com.amazonaws.services.s3.model.ReplicationDestinationConfig
Packages that use ReplicationDestinationConfig
Package
Description
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 ReplicationDestinationConfigModifier and TypeMethodDescriptionReplicationRule.getDestinationConfig()
Returns the destination configuration for the replication rule.ReplicationDestinationConfig.withBucketARN
(String bucketARN) Sets the destination bucket ARN for the replication rule.ReplicationDestinationConfig.withStorageClass
(StorageClass storageClass) Sets the storage class for the replication destination.ReplicationDestinationConfig.withStorageClass
(String storageClass) Sets the storage class for the replication destination.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationDestinationConfigModifier and TypeMethodDescriptionvoid
ReplicationRule.setDestinationConfig
(ReplicationDestinationConfig destinationConfig) Sets the destination configuration for the replication rule.ReplicationRule.withDestinationConfig
(ReplicationDestinationConfig destinationConfig) Sets the destination configuration for the replication rule.Returns the updated object.