Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ExistingObjectReplication |
ExistingObjectReplication.clone() |
ExistingObjectReplication |
ReplicationRule.getExistingObjectReplication()
Returns the status of existing object replication of current rule.
|
ExistingObjectReplication |
ExistingObjectReplication.withStatus(ExistingObjectReplicationStatus status)
Sets the replication status for existing objects.
|
ExistingObjectReplication |
ExistingObjectReplication.withStatus(String status)
Sets the replication status for existing objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationRule.setExistingObjectReplication(ExistingObjectReplication existingObjectReplication)
Sets the status of existing object replication of current rule.
|
ReplicationRule |
ReplicationRule.withExistingObjectReplication(ExistingObjectReplication existingObjectReplication)
Fluent method to set the ExistingObjectReplication that is indicate if existing
objects are replicated in Replication configuration V2.
|
Copyright © 2020. All rights reserved.