Uses of Class
software.amazon.awssdk.services.mediaconnect.model.OutputStatus
-
Packages that use OutputStatus Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of OutputStatus in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return OutputStatus Modifier and Type Method Description static OutputStatusOutputStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputStatusAddOutputRequest. outputStatus()An indication of whether the new output should be enabled or disabled as soon as it is created.OutputStatusOutput. outputStatus()An indication of whether the output is transmitting data or not.OutputStatusUpdateFlowOutputRequest. outputStatus()An indication of whether the output should transmit data or not.static OutputStatusOutputStatus. 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.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type OutputStatus Modifier and Type Method Description static Set<OutputStatus>OutputStatus. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type OutputStatus Modifier and Type Method Description AddOutputRequest.BuilderAddOutputRequest.Builder. outputStatus(OutputStatus outputStatus)An indication of whether the new output should be enabled or disabled as soon as it is created.Output.BuilderOutput.Builder. outputStatus(OutputStatus outputStatus)An indication of whether the output is transmitting data or not.UpdateFlowOutputRequest.BuilderUpdateFlowOutputRequest.Builder. outputStatus(OutputStatus outputStatus)An indication of whether the output should transmit data or not.
-