Uses of Class
software.amazon.awssdk.services.fsx.model.FileCacheType
-
Packages that use FileCacheType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCacheType Modifier and Type Method Description FileCacheTypeCreateFileCacheRequest. fileCacheType()The type of cache that you're creating, which must beLUSTRE.FileCacheTypeFileCache. fileCacheType()The type of cache, which must beLUSTRE.FileCacheTypeFileCacheCreating. fileCacheType()The type of cache, which must beLUSTRE.static FileCacheTypeFileCacheType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileCacheTypeFileCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCacheType[]FileCacheType. 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 FileCacheType Modifier and Type Method Description static Set<FileCacheType>FileCacheType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCacheType Modifier and Type Method Description CreateFileCacheRequest.BuilderCreateFileCacheRequest.Builder. fileCacheType(FileCacheType fileCacheType)The type of cache that you're creating, which must beLUSTRE.FileCache.BuilderFileCache.Builder. fileCacheType(FileCacheType fileCacheType)The type of cache, which must beLUSTRE.FileCacheCreating.BuilderFileCacheCreating.Builder. fileCacheType(FileCacheType fileCacheType)The type of cache, which must beLUSTRE.
-