Uses of Class
software.amazon.awssdk.services.fsx.model.TieringPolicyName
-
Packages that use TieringPolicyName Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of TieringPolicyName in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return TieringPolicyName Modifier and Type Method Description static TieringPolicyNameTieringPolicyName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TieringPolicyNameTieringPolicy. name()Specifies the tiering policy used to transition data.static TieringPolicyNameTieringPolicyName. valueOf(String name)Returns the enum constant of this type with the specified name.static TieringPolicyName[]TieringPolicyName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type TieringPolicyName Modifier and Type Method Description static Set<TieringPolicyName>TieringPolicyName. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type TieringPolicyName Modifier and Type Method Description TieringPolicy.BuilderTieringPolicy.Builder. name(TieringPolicyName name)Specifies the tiering policy used to transition data.
-