Uses of Class
software.amazon.awssdk.services.evidently.model.ExperimentStopDesiredState
-
Packages that use ExperimentStopDesiredState Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ExperimentStopDesiredState in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ExperimentStopDesiredState Modifier and Type Method Description ExperimentStopDesiredStateStopExperimentRequest. desiredState()Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.static ExperimentStopDesiredStateExperimentStopDesiredState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExperimentStopDesiredStateExperimentStopDesiredState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentStopDesiredState[]ExperimentStopDesiredState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ExperimentStopDesiredState Modifier and Type Method Description static Set<ExperimentStopDesiredState>ExperimentStopDesiredState. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type ExperimentStopDesiredState Modifier and Type Method Description StopExperimentRequest.BuilderStopExperimentRequest.Builder. desiredState(ExperimentStopDesiredState desiredState)Specify whether the experiment is to be consideredCOMPLETEDorCANCELLEDafter it stops.
-