Uses of Class
software.amazon.awssdk.services.fsx.model.VolumeStyle
-
Packages that use VolumeStyle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of VolumeStyle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return VolumeStyle Modifier and Type Method Description static VolumeStyleVolumeStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VolumeStyleVolumeStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeStyle[]VolumeStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.VolumeStyleCreateOntapVolumeConfiguration. volumeStyle()Use to specify the style of an ONTAP volume.VolumeStyleOntapVolumeConfiguration. volumeStyle()Use to specify the style of an ONTAP volume.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type VolumeStyle Modifier and Type Method Description static Set<VolumeStyle>VolumeStyle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type VolumeStyle Modifier and Type Method Description CreateOntapVolumeConfiguration.BuilderCreateOntapVolumeConfiguration.Builder. volumeStyle(VolumeStyle volumeStyle)Use to specify the style of an ONTAP volume.OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. volumeStyle(VolumeStyle volumeStyle)Use to specify the style of an ONTAP volume.
-