Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileSystemWindowsConfiguration
-
Packages that use CreateFileSystemWindowsConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CreateFileSystemWindowsConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateFileSystemWindowsConfiguration Modifier and Type Method Description CreateFileSystemWindowsConfigurationCreateFileSystemFromBackupRequest. windowsConfiguration()The configuration for this Microsoft Windows file system.CreateFileSystemWindowsConfigurationCreateFileSystemRequest. windowsConfiguration()The Microsoft Windows configuration for the file system that's being created.Methods in software.amazon.awssdk.services.fsx.model with parameters of type CreateFileSystemWindowsConfiguration Modifier and Type Method Description CreateFileSystemFromBackupRequest.BuilderCreateFileSystemFromBackupRequest.Builder. windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)The configuration for this Microsoft Windows file system.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)The Microsoft Windows configuration for the file system that's being created.
-