Uses of Class
software.amazon.awssdk.services.dlm.model.PolicyLanguageValues
-
Packages that use PolicyLanguageValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of PolicyLanguageValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return PolicyLanguageValues Modifier and Type Method Description static PolicyLanguageValuesPolicyLanguageValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyLanguageValuesPolicyDetails. policyLanguage()The type of policy to create.static PolicyLanguageValuesPolicyLanguageValues. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyLanguageValues[]PolicyLanguageValues. 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 PolicyLanguageValues Modifier and Type Method Description static Set<PolicyLanguageValues>PolicyLanguageValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type PolicyLanguageValues Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. policyLanguage(PolicyLanguageValues policyLanguage)The type of policy to create.
-