Uses of Class
software.amazon.awssdk.services.evidently.model.ExperimentResultRequestType
-
Packages that use ExperimentResultRequestType Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ExperimentResultRequestType in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ExperimentResultRequestType Modifier and Type Method Description static ExperimentResultRequestTypeExperimentResultRequestType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExperimentResultRequestTypeExperimentResultRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentResultRequestType[]ExperimentResultRequestType. 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 ExperimentResultRequestType Modifier and Type Method Description static Set<ExperimentResultRequestType>ExperimentResultRequestType. knownValues()List<ExperimentResultRequestType>GetExperimentResultsRequest. resultStats()The statistics that you want to see in the returned results.Methods in software.amazon.awssdk.services.evidently.model with parameters of type ExperimentResultRequestType Modifier and Type Method Description GetExperimentResultsRequest.BuilderGetExperimentResultsRequest.Builder. resultStats(ExperimentResultRequestType... resultStats)The statistics that you want to see in the returned results.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ExperimentResultRequestType Modifier and Type Method Description GetExperimentResultsRequest.BuilderGetExperimentResultsRequest.Builder. resultStats(Collection<ExperimentResultRequestType> resultStats)The statistics that you want to see in the returned results.
-