Uses of Class
software.amazon.awssdk.services.fsx.model.StorageVirtualMachineSubtype
-
Packages that use StorageVirtualMachineSubtype Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of StorageVirtualMachineSubtype in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return StorageVirtualMachineSubtype Modifier and Type Method Description static StorageVirtualMachineSubtypeStorageVirtualMachineSubtype. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageVirtualMachineSubtypeStorageVirtualMachine. subtype()Describes the SVM's subtype.static StorageVirtualMachineSubtypeStorageVirtualMachineSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageVirtualMachineSubtype[]StorageVirtualMachineSubtype. 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 StorageVirtualMachineSubtype Modifier and Type Method Description static Set<StorageVirtualMachineSubtype>StorageVirtualMachineSubtype. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type StorageVirtualMachineSubtype Modifier and Type Method Description StorageVirtualMachine.BuilderStorageVirtualMachine.Builder. subtype(StorageVirtualMachineSubtype subtype)Describes the SVM's subtype.
-