Uses of Enum
software.amazon.awssdk.services.s3.model.ReplicaModificationsStatus
Packages that use ReplicaModificationsStatus
-
Uses of ReplicaModificationsStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicaModificationsStatusModifier and TypeMethodDescriptionstatic ReplicaModificationsStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicaModifications.status()Specifies whether Amazon S3 replicates modifications on replicas.static ReplicaModificationsStatusReturns the enum constant of this type with the specified name.static ReplicaModificationsStatus[]ReplicaModificationsStatus.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 ReplicaModificationsStatusModifier and TypeMethodDescriptionstatic Set<ReplicaModificationsStatus>ReplicaModificationsStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicaModificationsStatusModifier and TypeMethodDescriptionReplicaModifications.Builder.status(ReplicaModificationsStatus status) Specifies whether Amazon S3 replicates modifications on replicas.