| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputStatus |
OutputStatus.fromValue(String value)
Use this in place of valueOf.
|
static OutputStatus |
OutputStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStatus[] |
OutputStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withOutputStatus(OutputStatus outputStatus)
An indication of whether the output should transmit data or not.
|
Output |
Output.withOutputStatus(OutputStatus outputStatus)
An indication of whether the output is transmitting data or not.
|
AddOutputRequest |
AddOutputRequest.withOutputStatus(OutputStatus outputStatus)
An indication of whether the new output should be enabled or disabled as soon as it is created.
|
Copyright © 2024. All rights reserved.