Uses of Class
software.amazon.awssdk.services.medialive.model.SignalMapStatus
-
Packages that use SignalMapStatus Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SignalMapStatus in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SignalMapStatus Modifier and Type Method Description static SignalMapStatusSignalMapStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SignalMapStatusCreateSignalMapResponse. status()Returns the value of the Status property for this object.SignalMapStatusGetSignalMapResponse. status()Returns the value of the Status property for this object.SignalMapStatusSignalMapSummary. status()Returns the value of the Status property for this object.SignalMapStatusStartDeleteMonitorDeploymentResponse. status()Returns the value of the Status property for this object.SignalMapStatusStartMonitorDeploymentResponse. status()Returns the value of the Status property for this object.SignalMapStatusStartUpdateSignalMapResponse. status()Returns the value of the Status property for this object.static SignalMapStatusSignalMapStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SignalMapStatus[]SignalMapStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type SignalMapStatus Modifier and Type Method Description static Set<SignalMapStatus>SignalMapStatus. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type SignalMapStatus Modifier and Type Method Description CreateSignalMapResponse.BuilderCreateSignalMapResponse.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.GetSignalMapResponse.BuilderGetSignalMapResponse.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.SignalMapSummary.BuilderSignalMapSummary.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.StartDeleteMonitorDeploymentResponse.BuilderStartDeleteMonitorDeploymentResponse.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.StartMonitorDeploymentResponse.BuilderStartMonitorDeploymentResponse.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.StartUpdateSignalMapResponse.BuilderStartUpdateSignalMapResponse.Builder. status(SignalMapStatus status)Sets the value of the Status property for this object.
-