Uses of Class
software.amazon.awssdk.services.fsx.model.LustreDeploymentType
-
Packages that use LustreDeploymentType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreDeploymentType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreDeploymentType Modifier and Type Method Description LustreDeploymentTypeCreateFileSystemLustreConfiguration. deploymentType()(Optional) ChooseSCRATCH_1andSCRATCH_2deployment types when you need temporary storage and shorter-term processing of data.LustreDeploymentTypeLustreFileSystemConfiguration. deploymentType()The deployment type of the FSx for Lustre file system.static LustreDeploymentTypeLustreDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LustreDeploymentTypeLustreDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LustreDeploymentType[]LustreDeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type LustreDeploymentType Modifier and Type Method Description static Set<LustreDeploymentType>LustreDeploymentType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type LustreDeploymentType Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. deploymentType(LustreDeploymentType deploymentType)(Optional) ChooseSCRATCH_1andSCRATCH_2deployment types when you need temporary storage and shorter-term processing of data.LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. deploymentType(LustreDeploymentType deploymentType)The deployment type of the FSx for Lustre file system.
-