| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
static MediaPipelineElementStatus |
MediaPipelineElementStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MediaPipelineElementStatus |
MediaInsightsPipelineElementStatus.status()
The element's status.
|
static MediaPipelineElementStatus |
MediaPipelineElementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaPipelineElementStatus[] |
MediaPipelineElementStatus.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<MediaPipelineElementStatus> |
MediaPipelineElementStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MediaInsightsPipelineElementStatus.Builder |
MediaInsightsPipelineElementStatus.Builder.status(MediaPipelineElementStatus status)
The element's status.
|
Copyright © 2023. All rights reserved.