| Package | Description |
|---|---|
| software.amazon.awssdk.services.rbin.model |
| Modifier and Type | Method and Description |
|---|---|
static LockState |
LockState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LockState |
UpdateRuleResponse.lockState()
The lock state for the retention rule.
|
LockState |
CreateRuleResponse.lockState()
The lock state for the retention rule.
|
LockState |
RuleSummary.lockState()
The lock state for the retention rule.
|
LockState |
ListRulesRequest.lockState()
The lock state of the retention rules to list.
|
LockState |
LockRuleResponse.lockState()
The lock state for the retention rule.
|
LockState |
UnlockRuleResponse.lockState()
The lock state for the retention rule.
|
LockState |
GetRuleResponse.lockState()
The lock state for the retention rule.
|
static LockState |
LockState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LockState> |
LockState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
RuleSummary.Builder |
RuleSummary.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.lockState(LockState lockState)
The lock state of the retention rules to list.
|
LockRuleResponse.Builder |
LockRuleResponse.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
UnlockRuleResponse.Builder |
UnlockRuleResponse.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
GetRuleResponse.Builder |
GetRuleResponse.Builder.lockState(LockState lockState)
The lock state for the retention rule.
|
Copyright © 2023. All rights reserved.