| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentStopDesiredState |
StopExperimentRequest.desiredState()
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
static ExperimentStopDesiredState |
ExperimentStopDesiredState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ExperimentStopDesiredState> |
ExperimentStopDesiredState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopExperimentRequest.Builder |
StopExperimentRequest.Builder.desiredState(ExperimentStopDesiredState desiredState)
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
Copyright © 2022. All rights reserved.