| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordState |
RecordState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecordState |
ExportSnapshotRecord.state()
The state of the export snapshot record.
|
RecordState |
CloudFormationStackRecord.state()
The current state of the CloudFormation stack record.
|
static RecordState |
RecordState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordState[] |
RecordState.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<RecordState> |
RecordState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.state(RecordState state)
The state of the export snapshot record.
|
CloudFormationStackRecord.Builder |
CloudFormationStackRecord.Builder.state(RecordState state)
The current state of the CloudFormation stack record.
|
Copyright © 2022. All rights reserved.