| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationTime |
ReplicationTime.clone() |
ReplicationTime |
Destination.getReplicationTime()
A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and
the time when all objects and operations on objects must be replicated.
|
ReplicationTime |
ReplicationTime.withStatus(ReplicationTimeStatus status)
Specifies whether S3 Replication Time Control (S3 RTC) is enabled.
|
ReplicationTime |
ReplicationTime.withStatus(String status)
Specifies whether S3 Replication Time Control (S3 RTC) is enabled.
|
ReplicationTime |
ReplicationTime.withTime(ReplicationTimeValue time)
A container that specifies the time by which replication should be complete for all objects and operations on
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Destination.setReplicationTime(ReplicationTime replicationTime)
A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and
the time when all objects and operations on objects must be replicated.
|
Destination |
Destination.withReplicationTime(ReplicationTime replicationTime)
A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and
the time when all objects and operations on objects must be replicated.
|
Copyright © 2023. All rights reserved.