| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String value)
Use this in place of valueOf.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowResult |
DeleteFlowResult.withStatus(Status status)
The status of the flow when the DeleteFlow process begins.
|
StopFlowResult |
StopFlowResult.withStatus(Status status)
The status of the flow when the StopFlow process begins.
|
Flow |
Flow.withStatus(Status status)
The current status of the flow.
|
StartFlowResult |
StartFlowResult.withStatus(Status status)
The status of the flow when the StartFlow process begins.
|
ListedFlow |
ListedFlow.withStatus(Status status)
The current status of the flow.
|
Copyright © 2021. All rights reserved.