Uses of Class
software.amazon.awssdk.services.dlm.model.DefaultPoliciesTypeValues
-
Packages that use DefaultPoliciesTypeValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of DefaultPoliciesTypeValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return DefaultPoliciesTypeValues Modifier and Type Method Description DefaultPoliciesTypeValuesGetLifecyclePoliciesRequest. defaultPolicyType()[Default policies only] Specifies the type of default policy to get.static DefaultPoliciesTypeValuesDefaultPoliciesTypeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultPoliciesTypeValuesDefaultPoliciesTypeValues. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultPoliciesTypeValues[]DefaultPoliciesTypeValues. 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 DefaultPoliciesTypeValues Modifier and Type Method Description static Set<DefaultPoliciesTypeValues>DefaultPoliciesTypeValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type DefaultPoliciesTypeValues Modifier and Type Method Description GetLifecyclePoliciesRequest.BuilderGetLifecyclePoliciesRequest.Builder. defaultPolicyType(DefaultPoliciesTypeValues defaultPolicyType)[Default policies only] Specifies the type of default policy to get.
-