Uses of Class
software.amazon.awssdk.services.fsx.model.StorageVirtualMachineRootVolumeSecurityStyle
-
Packages that use StorageVirtualMachineRootVolumeSecurityStyle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of StorageVirtualMachineRootVolumeSecurityStyle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return StorageVirtualMachineRootVolumeSecurityStyle Modifier and Type Method Description static StorageVirtualMachineRootVolumeSecurityStyleStorageVirtualMachineRootVolumeSecurityStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageVirtualMachineRootVolumeSecurityStyleCreateStorageVirtualMachineRequest. rootVolumeSecurityStyle()The security style of the root volume of the SVM.StorageVirtualMachineRootVolumeSecurityStyleStorageVirtualMachine. rootVolumeSecurityStyle()The security style of the root volume of the SVM.static StorageVirtualMachineRootVolumeSecurityStyleStorageVirtualMachineRootVolumeSecurityStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageVirtualMachineRootVolumeSecurityStyle[]StorageVirtualMachineRootVolumeSecurityStyle. 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 StorageVirtualMachineRootVolumeSecurityStyle Modifier and Type Method Description static Set<StorageVirtualMachineRootVolumeSecurityStyle>StorageVirtualMachineRootVolumeSecurityStyle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type StorageVirtualMachineRootVolumeSecurityStyle Modifier and Type Method Description CreateStorageVirtualMachineRequest.BuilderCreateStorageVirtualMachineRequest.Builder. rootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle rootVolumeSecurityStyle)The security style of the root volume of the SVM.StorageVirtualMachine.BuilderStorageVirtualMachine.Builder. rootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle rootVolumeSecurityStyle)The security style of the root volume of the SVM.
-