Uses of Class
software.amazon.awssdk.services.rbin.model.RuleStatus
-
Packages that use RuleStatus Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of RuleStatus in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return RuleStatus Modifier and Type Method Description static RuleStatusRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleStatusCreateRuleResponse. status()The state of the retention rule.RuleStatusGetRuleResponse. status()The state of the retention rule.RuleStatusLockRuleResponse. status()The state of the retention rule.RuleStatusUnlockRuleResponse. status()The state of the retention rule.RuleStatusUpdateRuleResponse. status()The state of the retention rule.static RuleStatusRuleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleStatus[]RuleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type RuleStatus Modifier and Type Method Description static Set<RuleStatus>RuleStatus. knownValues()Methods in software.amazon.awssdk.services.rbin.model with parameters of type RuleStatus Modifier and Type Method Description CreateRuleResponse.BuilderCreateRuleResponse.Builder. status(RuleStatus status)The state of the retention rule.GetRuleResponse.BuilderGetRuleResponse.Builder. status(RuleStatus status)The state of the retention rule.LockRuleResponse.BuilderLockRuleResponse.Builder. status(RuleStatus status)The state of the retention rule.UnlockRuleResponse.BuilderUnlockRuleResponse.Builder. status(RuleStatus status)The state of the retention rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. status(RuleStatus status)The state of the retention rule.
-