Uses of Class
software.amazon.awssdk.services.fsx.model.OntapVolumeType
-
Packages that use OntapVolumeType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OntapVolumeType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OntapVolumeType Modifier and Type Method Description static OntapVolumeTypeOntapVolumeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OntapVolumeTypeOntapVolumeConfiguration. ontapVolumeType()Specifies the type of volume.static OntapVolumeTypeOntapVolumeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OntapVolumeType[]OntapVolumeType. 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 OntapVolumeType Modifier and Type Method Description static Set<OntapVolumeType>OntapVolumeType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OntapVolumeType Modifier and Type Method Description OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. ontapVolumeType(OntapVolumeType ontapVolumeType)Specifies the type of volume.
-