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