Uses of Enum
software.amazon.awssdk.services.s3.model.ReplicationTimeStatus
Packages that use ReplicationTimeStatus
-
Uses of ReplicationTimeStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationTimeStatusModifier and TypeMethodDescriptionstatic ReplicationTimeStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicationTimeStatusReplicationTime.status()Specifies whether the replication time is enabled.static ReplicationTimeStatusReturns the enum constant of this type with the specified name.static ReplicationTimeStatus[]ReplicationTimeStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ReplicationTimeStatusModifier and TypeMethodDescriptionstatic Set<ReplicationTimeStatus>ReplicationTimeStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationTimeStatusModifier and TypeMethodDescriptionReplicationTime.Builder.status(ReplicationTimeStatus status) Specifies whether the replication time is enabled.