| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRule |
ReplicationRule.clone() |
ReplicationRule |
ReplicationRule.withBucket(String bucket)
The Amazon Resource Name (ARN) of the access point for the source Outposts bucket that you want S3 on Outposts to
replicate the objects from.
|
ReplicationRule |
ReplicationRule.withDeleteMarkerReplication(DeleteMarkerReplication deleteMarkerReplication)
Specifies whether S3 on Outposts replicates delete markers.
|
ReplicationRule |
ReplicationRule.withDestination(Destination destination)
A container for information about the replication destination and its configurations.
|
ReplicationRule |
ReplicationRule.withExistingObjectReplication(ExistingObjectReplication existingObjectReplication)
An optional configuration to replicate existing source bucket objects.
|
ReplicationRule |
ReplicationRule.withFilter(ReplicationRuleFilter filter)
A filter that identifies the subset of objects to which the replication rule applies.
|
ReplicationRule |
ReplicationRule.withID(String iD)
A unique identifier for the rule.
|
ReplicationRule |
ReplicationRule.withPrefix(String prefix)
Deprecated.
|
ReplicationRule |
ReplicationRule.withPriority(Integer priority)
The priority indicates which rule has precedence whenever two or more replication rules conflict.
|
ReplicationRule |
ReplicationRule.withSourceSelectionCriteria(SourceSelectionCriteria sourceSelectionCriteria)
A container that describes additional filters for identifying the source Outposts objects that you want to
replicate.
|
ReplicationRule |
ReplicationRule.withStatus(ReplicationRuleStatus status)
Specifies whether the rule is enabled.
|
ReplicationRule |
ReplicationRule.withStatus(String status)
Specifies whether the rule is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationRule> |
ReplicationConfiguration.getRules()
A container for one or more replication rules.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfiguration |
ReplicationConfiguration.withRules(ReplicationRule... rules)
A container for one or more replication rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationConfiguration.setRules(Collection<ReplicationRule> rules)
A container for one or more replication rules.
|
ReplicationConfiguration |
ReplicationConfiguration.withRules(Collection<ReplicationRule> rules)
A container for one or more replication rules.
|
Copyright © 2023. All rights reserved.