Uses of Class
software.amazon.awssdk.services.fsx.model.FileCacheLustreDeploymentType
-
Packages that use FileCacheLustreDeploymentType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheLustreDeploymentType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCacheLustreDeploymentType Modifier and Type Method Description FileCacheLustreDeploymentTypeCreateFileCacheLustreConfiguration. deploymentType()Specifies the cache deployment type, which must beCACHE_1.FileCacheLustreDeploymentTypeFileCacheLustreConfiguration. deploymentType()The deployment type of the Amazon File Cache resource, which must beCACHE_1.static FileCacheLustreDeploymentTypeFileCacheLustreDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileCacheLustreDeploymentTypeFileCacheLustreDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCacheLustreDeploymentType[]FileCacheLustreDeploymentType. 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 FileCacheLustreDeploymentType Modifier and Type Method Description static Set<FileCacheLustreDeploymentType>FileCacheLustreDeploymentType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCacheLustreDeploymentType Modifier and Type Method Description CreateFileCacheLustreConfiguration.BuilderCreateFileCacheLustreConfiguration.Builder. deploymentType(FileCacheLustreDeploymentType deploymentType)Specifies the cache deployment type, which must beCACHE_1.FileCacheLustreConfiguration.BuilderFileCacheLustreConfiguration.Builder. deploymentType(FileCacheLustreDeploymentType deploymentType)The deployment type of the Amazon File Cache resource, which must beCACHE_1.
-