Uses of Enum
com.amazonaws.services.elasticfilesystem.model.LifeCycleState
Packages that use LifeCycleState
-
Uses of LifeCycleState in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return LifeCycleStateModifier and TypeMethodDescriptionstatic LifeCycleState
Use this in place of valueOf.static LifeCycleState
Returns 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 TypeMethodDescriptionvoid
CreateFileSystemResult.setLifeCycleState
(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.void
CreateMountTargetResult.setLifeCycleState
(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.void
FileSystemDescription.setLifeCycleState
(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.void
MountTargetDescription.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.