Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Status in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusDeleteFlowResponse. status()The status of the flow when the DeleteFlow process begins.StatusFlow. status()The current status of the flow.StatusListedFlow. status()The current status of the flow.StatusStartFlowResponse. status()The status of the flow when the StartFlow process begins.StatusStopFlowResponse. status()The status of the flow when the StopFlow process begins.static StatusStatus. 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.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Status Modifier and Type Method Description DeleteFlowResponse.BuilderDeleteFlowResponse.Builder. status(Status status)The status of the flow when the DeleteFlow process begins.Flow.BuilderFlow.Builder. status(Status status)The current status of the flow.ListedFlow.BuilderListedFlow.Builder. status(Status status)The current status of the flow.StartFlowResponse.BuilderStartFlowResponse.Builder. status(Status status)The status of the flow when the StartFlow process begins.StopFlowResponse.BuilderStopFlowResponse.Builder. status(Status status)The status of the flow when the StopFlow process begins.
-