Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationTimeValue
-
Packages that use ReplicationTimeValue Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ReplicationTimeValue in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationTimeValue Modifier and Type Method Description ReplicationTimeValueMetrics. eventThreshold()A container specifying the time threshold for emitting thes3:Replication:OperationMissedThresholdevent.ReplicationTimeValueReplicationTime. time()A container specifying the time by which replication should be complete for all objects and operations on objects.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationTimeValue Modifier and Type Method Description Metrics.BuilderMetrics.Builder. eventThreshold(ReplicationTimeValue eventThreshold)A container specifying the time threshold for emitting thes3:Replication:OperationMissedThresholdevent.ReplicationTime.BuilderReplicationTime.Builder. time(ReplicationTimeValue time)A container specifying the time by which replication should be complete for all objects and operations on objects.
-