Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileSystemLustreConfiguration
-
Packages that use CreateFileSystemLustreConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CreateFileSystemLustreConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateFileSystemLustreConfiguration Modifier and Type Method Description CreateFileSystemLustreConfigurationCreateFileSystemFromBackupRequest. lustreConfiguration()Returns the value of the LustreConfiguration property for this object.CreateFileSystemLustreConfigurationCreateFileSystemRequest. lustreConfiguration()Returns the value of the LustreConfiguration property for this object.Methods in software.amazon.awssdk.services.fsx.model with parameters of type CreateFileSystemLustreConfiguration Modifier and Type Method Description CreateFileSystemFromBackupRequest.BuilderCreateFileSystemFromBackupRequest.Builder. lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)Sets the value of the LustreConfiguration property for this object.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. lustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration)Sets the value of the LustreConfiguration property for this object.
-