Uses of Class
software.amazon.awssdk.services.fsx.model.TieringPolicy
-
Packages that use TieringPolicy Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of TieringPolicy in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return TieringPolicy Modifier and Type Method Description TieringPolicyCreateOntapVolumeConfiguration. tieringPolicy()Returns the value of the TieringPolicy property for this object.TieringPolicyOntapVolumeConfiguration. tieringPolicy()The volume'sTieringPolicysetting.TieringPolicyUpdateOntapVolumeConfiguration. tieringPolicy()Update the volume's data tiering policy.Methods in software.amazon.awssdk.services.fsx.model with parameters of type TieringPolicy Modifier and Type Method Description CreateOntapVolumeConfiguration.BuilderCreateOntapVolumeConfiguration.Builder. tieringPolicy(TieringPolicy tieringPolicy)Sets the value of the TieringPolicy property for this object.OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. tieringPolicy(TieringPolicy tieringPolicy)The volume'sTieringPolicysetting.UpdateOntapVolumeConfiguration.BuilderUpdateOntapVolumeConfiguration.Builder. tieringPolicy(TieringPolicy tieringPolicy)Update the volume's data tiering policy.
-