Uses of Class
software.amazon.awssdk.services.evidently.model.ExperimentResultResponseType
-
Packages that use ExperimentResultResponseType Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ExperimentResultResponseType in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ExperimentResultResponseType Modifier and Type Method Description static ExperimentResultResponseTypeExperimentResultResponseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExperimentResultResponseTypeExperimentResultsData. resultStat()The experiment statistic that these results pertain to.static ExperimentResultResponseTypeExperimentResultResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentResultResponseType[]ExperimentResultResponseType. 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 ExperimentResultResponseType Modifier and Type Method Description static Set<ExperimentResultResponseType>ExperimentResultResponseType. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type ExperimentResultResponseType Modifier and Type Method Description ExperimentResultsData.BuilderExperimentResultsData.Builder. resultStat(ExperimentResultResponseType resultStat)The experiment statistic that these results pertain to.
-