Uses of Class
software.amazon.awssdk.services.dlm.model.GettablePolicyStateValues
-
Packages that use GettablePolicyStateValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of GettablePolicyStateValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return GettablePolicyStateValues Modifier and Type Method Description static GettablePolicyStateValuesGettablePolicyStateValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GettablePolicyStateValuesGetLifecyclePoliciesRequest. state()The activation state.GettablePolicyStateValuesLifecyclePolicy. state()The activation state of the lifecycle policy.GettablePolicyStateValuesLifecyclePolicySummary. state()The activation state of the lifecycle policy.static GettablePolicyStateValuesGettablePolicyStateValues. 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.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type GettablePolicyStateValues Modifier and Type Method Description static Set<GettablePolicyStateValues>GettablePolicyStateValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type GettablePolicyStateValues Modifier and Type Method Description GetLifecyclePoliciesRequest.BuilderGetLifecyclePoliciesRequest.Builder. state(GettablePolicyStateValues state)The activation state.LifecyclePolicy.BuilderLifecyclePolicy.Builder. state(GettablePolicyStateValues state)The activation state of the lifecycle policy.LifecyclePolicySummary.BuilderLifecyclePolicySummary.Builder. state(GettablePolicyStateValues state)The activation state of the lifecycle policy.
-