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 |
MountTargetDescription.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 |
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.
|
MountTargetDescription |
MountTargetDescription.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.
|
FileSystemDescription |
FileSystemDescription.withLifeCycleState(LifeCycleState lifeCycleState)
A predefined string value that indicates the lifecycle phase of the file
system.
|
CreateFileSystemResult |
CreateFileSystemResult.withLifeCycleState(LifeCycleState lifeCycleState)
A predefined string value that indicates the lifecycle phase of the file
system.
|
CreateMountTargetResult |
CreateMountTargetResult.withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.
|
Copyright © 2018. All rights reserved.