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