Uses of Class
software.amazon.awssdk.services.efs.model.LifeCycleState
-
Packages that use LifeCycleState Package Description software.amazon.awssdk.services.efs.model -
-
Uses of LifeCycleState in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return LifeCycleState Modifier and Type Method Description static LifeCycleStateLifeCycleState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LifeCycleStateAccessPointDescription. lifeCycleState()Identifies the lifecycle phase of the access point.LifeCycleStateCreateAccessPointResponse. lifeCycleState()Identifies the lifecycle phase of the access point.LifeCycleStateCreateFileSystemResponse. lifeCycleState()The lifecycle phase of the file system.LifeCycleStateCreateMountTargetResponse. lifeCycleState()Lifecycle state of the mount target.LifeCycleStateFileSystemDescription. lifeCycleState()The lifecycle phase of the file system.LifeCycleStateMountTargetDescription. lifeCycleState()Lifecycle state of the mount target.LifeCycleStateUpdateFileSystemResponse. lifeCycleState()The lifecycle phase of the file system.static LifeCycleStateLifeCycleState. valueOf(String name)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 software.amazon.awssdk.services.efs.model that return types with arguments of type LifeCycleState Modifier and Type Method Description static Set<LifeCycleState>LifeCycleState. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type LifeCycleState Modifier and Type Method Description AccessPointDescription.BuilderAccessPointDescription.Builder. lifeCycleState(LifeCycleState lifeCycleState)Identifies the lifecycle phase of the access point.CreateAccessPointResponse.BuilderCreateAccessPointResponse.Builder. lifeCycleState(LifeCycleState lifeCycleState)Identifies the lifecycle phase of the access point.CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. lifeCycleState(LifeCycleState lifeCycleState)The lifecycle phase of the file system.CreateMountTargetResponse.BuilderCreateMountTargetResponse.Builder. lifeCycleState(LifeCycleState lifeCycleState)Lifecycle state of the mount target.FileSystemDescription.BuilderFileSystemDescription.Builder. lifeCycleState(LifeCycleState lifeCycleState)The lifecycle phase of the file system.MountTargetDescription.BuilderMountTargetDescription.Builder. lifeCycleState(LifeCycleState lifeCycleState)Lifecycle state of the mount target.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. lifeCycleState(LifeCycleState lifeCycleState)The lifecycle phase of the file system.
-