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