Uses of Interface
software.amazon.awssdk.services.s3.model.ReplicationTimeValue.Builder
Packages that use ReplicationTimeValue.Builder
-
Uses of ReplicationTimeValue.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationTimeValue.BuilderModifier and TypeMethodDescriptionstatic ReplicationTimeValue.BuilderReplicationTimeValue.builder()Contains an integer specifying time in minutes.ReplicationTimeValue.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ReplicationTimeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationTimeValue.Builder>ReplicationTimeValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ReplicationTimeValue.BuilderModifier and TypeMethodDescriptiondefault Metrics.BuilderMetrics.Builder.eventThreshold(Consumer<ReplicationTimeValue.Builder> eventThreshold) A container specifying the time threshold for emitting thes3:Replication:OperationMissedThresholdevent.default ReplicationTime.BuilderReplicationTime.Builder.time(Consumer<ReplicationTimeValue.Builder> time) A container specifying the time by which replication should be complete for all objects and operations on objects.