| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentStopDesiredState |
ExperimentStopDesiredState.fromValue(String value)
Use this in place of valueOf.
|
static ExperimentStopDesiredState |
ExperimentStopDesiredState.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.
|
| Modifier and Type | Method and Description |
|---|---|
StopExperimentRequest |
StopExperimentRequest.withDesiredState(ExperimentStopDesiredState desiredState)
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
Copyright © 2022. All rights reserved.