Uses of Class
software.amazon.awssdk.services.fsx.model.LustreLogCreateConfiguration
-
Packages that use LustreLogCreateConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreLogCreateConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreLogCreateConfiguration Modifier and Type Method Description LustreLogCreateConfigurationCreateFileSystemLustreConfiguration. logConfiguration()The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.LustreLogCreateConfigurationUpdateFileSystemLustreConfiguration. logConfiguration()The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type LustreLogCreateConfiguration Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. logConfiguration(LustreLogCreateConfiguration logConfiguration)The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. logConfiguration(LustreLogCreateConfiguration logConfiguration)The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.
-