| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static SettablePolicyStateValues |
SettablePolicyStateValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SettablePolicyStateValues |
UpdateLifecyclePolicyRequest.state()
The desired activation state of the lifecycle policy after creation.
|
SettablePolicyStateValues |
CreateLifecyclePolicyRequest.state()
The desired activation state of the lifecycle policy after creation.
|
static SettablePolicyStateValues |
SettablePolicyStateValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettablePolicyStateValues[] |
SettablePolicyStateValues.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<SettablePolicyStateValues> |
SettablePolicyStateValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLifecyclePolicyRequest.Builder |
UpdateLifecyclePolicyRequest.Builder.state(SettablePolicyStateValues state)
The desired activation state of the lifecycle policy after creation.
|
CreateLifecyclePolicyRequest.Builder |
CreateLifecyclePolicyRequest.Builder.state(SettablePolicyStateValues state)
The desired activation state of the lifecycle policy after creation.
|
Copyright © 2022. All rights reserved.