Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
DeleteMarkerReplication |
DeleteMarkerReplication.clone() |
DeleteMarkerReplication |
ReplicationRule.getDeleteMarkerReplication()
Returns the status of delete marker replication of current rule.
|
DeleteMarkerReplication |
DeleteMarkerReplication.withStatus(DeleteMarkerReplicationStatus status)
Set whether to replicate delete markers.
|
DeleteMarkerReplication |
DeleteMarkerReplication.withStatus(String status)
Set whether to replicate delete markers.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationRule.setDeleteMarkerReplication(DeleteMarkerReplication deleteMarkerReplication)
Sets the status of delete marker replication of the current rule.
|
ReplicationRule |
ReplicationRule.withDeleteMarkerReplication(DeleteMarkerReplication deleteMarkerReplication)
Fluent method to set the DeleteMarkerReplication that is indicate if delete
markers have or don't have to be replicated in Replication configuration V2.
|
Copyright © 2024. All rights reserved.