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 CreateFileSystemWindowsConfiguration
CreateFileSystemFromBackupRequest. windowsConfiguration()
The configuration for this Microsoft Windows file system.CreateFileSystemWindowsConfiguration
CreateFileSystemRequest. 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.Builder
CreateFileSystemFromBackupRequest.Builder. windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.CreateFileSystemRequest.Builder
CreateFileSystemRequest.Builder. windowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The Microsoft Windows configuration for the file system that's being created.
-