Uses of Enum
com.amazonaws.services.elasticfilesystem.model.LifeCycleState
Packages that use LifeCycleState
-
Uses of LifeCycleState in com.amazonaws.services.elasticfilesystem.model
Subclasses with type arguments of type LifeCycleState in com.amazonaws.services.elasticfilesystem.modelMethods in com.amazonaws.services.elasticfilesystem.model that return LifeCycleStateModifier and TypeMethodDescriptionstatic LifeCycleStateUse this in place of valueOf.static LifeCycleStateReturns the enum constant of this type with the specified name.static LifeCycleState[]LifeCycleState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type LifeCycleStateModifier and TypeMethodDescriptionvoidCreateFileSystemResult.setLifeCycleState(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.voidCreateMountTargetResult.setLifeCycleState(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.voidFileSystemDescription.setLifeCycleState(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.voidMountTargetDescription.setLifeCycleState(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.CreateFileSystemResult.withLifeCycleState(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.CreateMountTargetResult.withLifeCycleState(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.FileSystemDescription.withLifeCycleState(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.MountTargetDescription.withLifeCycleState(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.