Uses of Class
software.amazon.awssdk.services.fsx.model.LustreRootSquashConfiguration
-
Packages that use LustreRootSquashConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreRootSquashConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreRootSquashConfiguration Modifier and Type Method Description LustreRootSquashConfigurationCreateFileSystemLustreConfiguration. rootSquashConfiguration()The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.LustreRootSquashConfigurationLustreFileSystemConfiguration. rootSquashConfiguration()The Lustre root squash configuration for an Amazon FSx for Lustre file system.LustreRootSquashConfigurationUpdateFileSystemLustreConfiguration. rootSquashConfiguration()The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type LustreRootSquashConfiguration Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. rootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. rootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)The Lustre root squash configuration for an Amazon FSx for Lustre file system.UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. rootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
-