Uses of Class
software.amazon.awssdk.services.fsx.model.WindowsDeploymentType
-
Packages that use WindowsDeploymentType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of WindowsDeploymentType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return WindowsDeploymentType Modifier and Type Method Description WindowsDeploymentTypeCreateFileSystemWindowsConfiguration. deploymentType()Specifies the file system deployment type, valid values are the following:WindowsDeploymentTypeWindowsFileSystemConfiguration. deploymentType()Specifies the file system deployment type, valid values are the following:static WindowsDeploymentTypeWindowsDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WindowsDeploymentTypeWindowsDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDeploymentType[]WindowsDeploymentType. 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 WindowsDeploymentType Modifier and Type Method Description static Set<WindowsDeploymentType>WindowsDeploymentType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type WindowsDeploymentType Modifier and Type Method Description CreateFileSystemWindowsConfiguration.BuilderCreateFileSystemWindowsConfiguration.Builder. deploymentType(WindowsDeploymentType deploymentType)Specifies the file system deployment type, valid values are the following:WindowsFileSystemConfiguration.BuilderWindowsFileSystemConfiguration.Builder. deploymentType(WindowsDeploymentType deploymentType)Specifies the file system deployment type, valid values are the following:
-