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