| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleState |
LifeCycleState.fromValue(String value)
Use this in place of valueOf.
|
static LifeCycleState |
LifeCycleState.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileSystemResult.setLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
void |
CreateMountTargetResult.setLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
void |
FileSystemDescription.setLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
void |
MountTargetDescription.setLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
void |
CreateFileSystemResult.setLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
CreateMountTargetResult |
CreateMountTargetResult.withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
CreateAccessPointResult |
CreateAccessPointResult.withLifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
FileSystemDescription |
FileSystemDescription.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
CreateFileSystemResult |
CreateFileSystemResult.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
AccessPointDescription |
AccessPointDescription.withLifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
Copyright © 2025. All rights reserved.