Uses of Class
software.amazon.awssdk.services.dlm.model.SettablePolicyStateValues
-
Packages that use SettablePolicyStateValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of SettablePolicyStateValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return SettablePolicyStateValues Modifier and Type Method Description static SettablePolicyStateValuesSettablePolicyStateValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SettablePolicyStateValuesCreateLifecyclePolicyRequest. state()The desired activation state of the lifecycle policy after creation.SettablePolicyStateValuesUpdateLifecyclePolicyRequest. state()The desired activation state of the lifecycle policy after creation.static SettablePolicyStateValuesSettablePolicyStateValues. 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.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type SettablePolicyStateValues Modifier and Type Method Description static Set<SettablePolicyStateValues>SettablePolicyStateValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type SettablePolicyStateValues Modifier and Type Method Description CreateLifecyclePolicyRequest.BuilderCreateLifecyclePolicyRequest.Builder. state(SettablePolicyStateValues state)The desired activation state of the lifecycle policy after creation.UpdateLifecyclePolicyRequest.BuilderUpdateLifecyclePolicyRequest.Builder. state(SettablePolicyStateValues state)The desired activation state of the lifecycle policy after creation.
-