Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationTimeValue
Packages that use ReplicationTimeValue
-
Uses of ReplicationTimeValue in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationTimeValueModifier and TypeMethodDescriptionfinal ReplicationTimeValueMetrics.eventThreshold()A container specifying the time threshold for emitting thes3:Replication:OperationMissedThresholdevent.final 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 ReplicationTimeValueModifier and TypeMethodDescriptionMetrics.Builder.eventThreshold(ReplicationTimeValue eventThreshold) A container specifying the time threshold for emitting thes3:Replication:OperationMissedThresholdevent.ReplicationTime.Builder.time(ReplicationTimeValue time) A container specifying the time by which replication should be complete for all objects and operations on objects.