Uses of Class
software.amazon.awssdk.services.rbin.model.LockState
-
Packages that use LockState Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of LockState in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return LockState Modifier and Type Method Description static LockStateLockState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LockStateCreateRuleResponse. lockState()The lock state for the retention rule.LockStateGetRuleResponse. lockState()The lock state for the retention rule.LockStateListRulesRequest. lockState()The lock state of the retention rules to list.LockStateLockRuleResponse. lockState()The lock state for the retention rule.LockStateRuleSummary. lockState()The lock state for the retention rule.LockStateUnlockRuleResponse. lockState()The lock state for the retention rule.LockStateUpdateRuleResponse. lockState()The lock state for the retention rule.static LockStateLockState. valueOf(String name)Returns the enum constant of this type with the specified name.static LockState[]LockState. 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 LockState Modifier and Type Method Description static Set<LockState>LockState. knownValues()Methods in software.amazon.awssdk.services.rbin.model with parameters of type LockState Modifier and Type Method Description CreateRuleResponse.BuilderCreateRuleResponse.Builder. lockState(LockState lockState)The lock state for the retention rule.GetRuleResponse.BuilderGetRuleResponse.Builder. lockState(LockState lockState)The lock state for the retention rule.ListRulesRequest.BuilderListRulesRequest.Builder. lockState(LockState lockState)The lock state of the retention rules to list.LockRuleResponse.BuilderLockRuleResponse.Builder. lockState(LockState lockState)The lock state for the retention rule.RuleSummary.BuilderRuleSummary.Builder. lockState(LockState lockState)The lock state for the retention rule.UnlockRuleResponse.BuilderUnlockRuleResponse.Builder. lockState(LockState lockState)The lock state for the retention rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. lockState(LockState lockState)The lock state for the retention rule.
-