Uses of Enum
software.amazon.awssdk.services.s3.model.ReplicationRuleStatus
Packages that use ReplicationRuleStatus
-
Uses of ReplicationRuleStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationRuleStatusModifier and TypeMethodDescriptionstatic ReplicationRuleStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicationRuleStatusReplicationRule.status()Specifies whether the rule is enabled.static ReplicationRuleStatusReturns the enum constant of this type with the specified name.static ReplicationRuleStatus[]ReplicationRuleStatus.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 ReplicationRuleStatusModifier and TypeMethodDescriptionstatic Set<ReplicationRuleStatus>ReplicationRuleStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationRuleStatusModifier and TypeMethodDescriptionReplicationRule.Builder.status(ReplicationRuleStatus status) Specifies whether the rule is enabled.