Uses of Class
software.amazon.awssdk.services.fsx.model.FileSystemLifecycle
-
Packages that use FileSystemLifecycle Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemLifecycle in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemLifecycle Modifier and Type Method Description static FileSystemLifecycleFileSystemLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FileSystemLifecycleDeleteFileSystemResponse. lifecycle()The file system lifecycle for the deletion request.FileSystemLifecycleFileSystem. lifecycle()The lifecycle status of the file system.static FileSystemLifecycleFileSystemLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemLifecycle[]FileSystemLifecycle. 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 FileSystemLifecycle Modifier and Type Method Description static Set<FileSystemLifecycle>FileSystemLifecycle. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileSystemLifecycle Modifier and Type Method Description DeleteFileSystemResponse.BuilderDeleteFileSystemResponse.Builder. lifecycle(FileSystemLifecycle lifecycle)The file system lifecycle for the deletion request.FileSystem.BuilderFileSystem.Builder. lifecycle(FileSystemLifecycle lifecycle)The lifecycle status of the file system.
-