Uses of Class
software.amazon.awssdk.services.fsx.model.FileCacheLifecycle
-
Packages that use FileCacheLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCacheLifecycle Modifier and Type Method Description static FileCacheLifecycleFileCacheLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FileCacheLifecycleDeleteFileCacheResponse. lifecycle()The cache lifecycle for the deletion request.FileCacheLifecycleFileCache. lifecycle()The lifecycle status of the cache.FileCacheLifecycleFileCacheCreating. lifecycle()The lifecycle status of the cache.static FileCacheLifecycleFileCacheLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCacheLifecycle[]FileCacheLifecycle. 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 FileCacheLifecycle Modifier and Type Method Description static Set<FileCacheLifecycle>FileCacheLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCacheLifecycle Modifier and Type Method Description DeleteFileCacheResponse.BuilderDeleteFileCacheResponse.Builder. lifecycle(FileCacheLifecycle lifecycle)The cache lifecycle for the deletion request.FileCache.BuilderFileCache.Builder. lifecycle(FileCacheLifecycle lifecycle)The lifecycle status of the cache.FileCacheCreating.BuilderFileCacheCreating.Builder. lifecycle(FileCacheLifecycle lifecycle)The lifecycle status of the cache.
-