| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordingConfigurationState |
RecordingConfigurationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecordingConfigurationState |
RecordingConfiguration.state()
Indicates the current state of the recording configuration.
|
RecordingConfigurationState |
RecordingConfigurationSummary.state()
Indicates the current state of the recording configuration.
|
static RecordingConfigurationState |
RecordingConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingConfigurationState[] |
RecordingConfigurationState.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<RecordingConfigurationState> |
RecordingConfigurationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.state(RecordingConfigurationState state)
Indicates the current state of the recording configuration.
|
RecordingConfigurationSummary.Builder |
RecordingConfigurationSummary.Builder.state(RecordingConfigurationState state)
Indicates the current state of the recording configuration.
|
Copyright © 2023. All rights reserved.