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 ReplicationRule
BucketReplicationConfiguration. getRule(String id)
Returns the replication rule for the given rule id.ReplicationRule
ReplicationRule. withDestinationConfig(ReplicationDestinationConfig destinationConfig)
Sets the destination configuration for the replication rule.Returns the updated object.ReplicationRule
ReplicationRule. withPrefix(String prefix)
Sets the Amazon S3 Object prefix for the replication rule.ReplicationRule
ReplicationRule. withStatus(ReplicationRuleStatus status)
Sets the status of this replication rule.ReplicationRule
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 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 BucketReplicationConfiguration
BucketReplicationConfiguration. 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 void
BucketReplicationConfiguration. setRules(Map<String,ReplicationRule> rules)
Sets the replication rules for the Amazon S3 bucket.BucketReplicationConfiguration
BucketReplicationConfiguration. withRules(Map<String,ReplicationRule> rules)
Sets the replication rules for the Amazon S3 bucket.
-