Uses of Class
com.amazonaws.services.s3.model.ReplicationRule
Packages that use ReplicationRule
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of ReplicationRule in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ReplicationRuleModifier and TypeMethodDescriptionReturns the replication rule for the given rule id.ReplicationRule.withDestinationConfig
(ReplicationDestinationConfig destinationConfig) Sets the destination configuration for the replication rule.Returns the updated object.ReplicationRule.withPrefix
(String prefix) Sets the Amazon S3 Object prefix for the replication rule.ReplicationRule.withStatus
(ReplicationRuleStatus status) Sets the status of this replication rule.ReplicationRule.withStatus
(String status) Sets the status of this replication rule.Methods in com.amazonaws.services.s3.model that return types with arguments of type ReplicationRuleModifier and TypeMethodDescriptionBucketReplicationConfiguration.getRules()
Returns the replication rules associated with this Amazon S3 bucket.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationRuleModifier and TypeMethodDescriptionBucketReplicationConfiguration.addRule
(String id, ReplicationRule rule) Adds a new rule to the replication configuration associated with this Amazon S3 bucket.Method parameters in com.amazonaws.services.s3.model with type arguments of type ReplicationRuleModifier and TypeMethodDescriptionvoid
BucketReplicationConfiguration.setRules
(Map<String, ReplicationRule> rules) Sets the replication rules for the Amazon S3 bucket.BucketReplicationConfiguration.withRules
(Map<String, ReplicationRule> rules) Sets the replication rules for the Amazon S3 bucket.