| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineId |
PipelineId.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PipelineId |
PipelinePauseStateSettings.pipelineId()
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
static PipelineId |
PipelineId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineId[] |
PipelineId.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<PipelineId> |
PipelineId.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PipelinePauseStateSettings.Builder |
PipelinePauseStateSettings.Builder.pipelineId(PipelineId pipelineId)
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
Copyright © 2022. All rights reserved.