Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationRuleStatus
-
Packages that use ReplicationRuleStatus Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ReplicationRuleStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationRuleStatus Modifier and Type Method Description static ReplicationRuleStatus
ReplicationRuleStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationRuleStatus
ReplicationRule. status()
Specifies whether the rule is enabled.static ReplicationRuleStatus
ReplicationRuleStatus. valueOf(String name)
Returns 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 ReplicationRuleStatus Modifier and Type Method Description static Set<ReplicationRuleStatus>
ReplicationRuleStatus. knownValues()
Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationRuleStatus Modifier and Type Method Description ReplicationRule.Builder
ReplicationRule.Builder. status(ReplicationRuleStatus status)
Specifies whether the rule is enabled.
-