Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ReplicationRule> |
BucketReplicationConfiguration.rules
Collection of replication rules associated with the Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
ReplicationRule |
BucketReplicationConfiguration.getRule(java.lang.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(java.lang.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(java.lang.String status)
Sets the status of this replication rule.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ReplicationRule> |
BucketReplicationConfiguration.getRules()
Returns the replication rules associated with this Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketReplicationConfiguration |
BucketReplicationConfiguration.addRule(java.lang.String id,
ReplicationRule rule)
Adds a new rule to the replication configuration associated with this
Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketReplicationConfiguration.setRules(java.util.Map<java.lang.String,ReplicationRule> rules)
Sets the replication rules for the Amazon S3 bucket.
|
BucketReplicationConfiguration |
BucketReplicationConfiguration.withRules(java.util.Map<java.lang.String,ReplicationRule> rules)
Sets the replication rules for the Amazon S3 bucket.
|
Modifier and Type | Field and Description |
---|---|
private ReplicationRule |
XmlResponsesSaxParser.BucketReplicationConfigurationHandler.currentRule |