Uses of Class
com.amazonaws.services.s3.model.ReplicationRule
-
Packages that use ReplicationRule Package Description com.amazonaws.services.s3.model 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 ReplicationRule Modifier and Type Method Description ReplicationRuleBucketReplicationConfiguration. getRule(String id)Returns the replication rule for the given rule id.ReplicationRuleReplicationRule. withDestinationConfig(ReplicationDestinationConfig destinationConfig)Sets the destination configuration for the replication rule.Returns the updated object.ReplicationRuleReplicationRule. withPrefix(String prefix)Sets the Amazon S3 Object prefix for the replication rule.ReplicationRuleReplicationRule. withStatus(ReplicationRuleStatus status)Sets the status of this replication rule.ReplicationRuleReplicationRule. withStatus(String status)Sets the status of this replication rule.Methods in com.amazonaws.services.s3.model that return types with arguments of type ReplicationRule Modifier and Type Method Description Map<String,ReplicationRule>BucketReplicationConfiguration. getRules()Returns the replication rules associated with this Amazon S3 bucket.Methods in com.amazonaws.services.s3.model with parameters of type ReplicationRule Modifier and Type Method Description BucketReplicationConfigurationBucketReplicationConfiguration. 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 ReplicationRule Modifier and Type Method Description voidBucketReplicationConfiguration. setRules(Map<String,ReplicationRule> rules)Sets the replication rules for the Amazon S3 bucket.BucketReplicationConfigurationBucketReplicationConfiguration. withRules(Map<String,ReplicationRule> rules)Sets the replication rules for the Amazon S3 bucket.
-