Uses of Class
software.amazon.awssdk.services.dlm.model.PolicyTypeValues
-
Packages that use PolicyTypeValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of PolicyTypeValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return PolicyTypeValues Modifier and Type Method Description static PolicyTypeValuesPolicyTypeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyTypeValuesLifecyclePolicySummary. policyType()The type of policy.PolicyTypeValuesPolicyDetails. policyType()[All policy types] The valid target resource types and actions a policy can manage.static PolicyTypeValuesPolicyTypeValues. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyTypeValues[]PolicyTypeValues. 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 PolicyTypeValues Modifier and Type Method Description static Set<PolicyTypeValues>PolicyTypeValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type PolicyTypeValues Modifier and Type Method Description LifecyclePolicySummary.BuilderLifecyclePolicySummary.Builder. policyType(PolicyTypeValues policyType)The type of policy.PolicyDetails.BuilderPolicyDetails.Builder. policyType(PolicyTypeValues policyType)[All policy types] The valid target resource types and actions a policy can manage.
-