| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleState |
LifeCycleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LifeCycleState |
UpdateFileSystemResponse.lifeCycleState()
The lifecycle phase of the file system.
|
LifeCycleState |
AccessPointDescription.lifeCycleState()
Identifies the lifecycle phase of the access point.
|
LifeCycleState |
FileSystemDescription.lifeCycleState()
The lifecycle phase of the file system.
|
LifeCycleState |
CreateMountTargetResponse.lifeCycleState()
Lifecycle state of the mount target.
|
LifeCycleState |
MountTargetDescription.lifeCycleState()
Lifecycle state of the mount target.
|
LifeCycleState |
CreateAccessPointResponse.lifeCycleState()
Identifies the lifecycle phase of the access point.
|
LifeCycleState |
CreateFileSystemResponse.lifeCycleState()
The lifecycle phase of the file system.
|
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 |
|---|---|
static Set<LifeCycleState> |
LifeCycleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
FileSystemDescription.Builder |
FileSystemDescription.Builder.lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
CreateMountTargetResponse.Builder |
CreateMountTargetResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
MountTargetDescription.Builder |
MountTargetDescription.Builder.lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
|
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.lifeCycleState(LifeCycleState lifeCycleState)
The lifecycle phase of the file system.
|
Copyright © 2023. All rights reserved.