Uses of Class
software.amazon.awssdk.services.evidently.model.Experiment
-
Packages that use Experiment Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of Experiment in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Experiment Modifier and Type Method Description ExperimentCreateExperimentResponse. experiment()A structure containing the configuration details of the experiment that you created.ExperimentGetExperimentResponse. experiment()A structure containing the configuration details of the experiment.ExperimentUpdateExperimentResponse. experiment()A structure containing the configuration details of the experiment that was updated.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Experiment Modifier and Type Method Description List<Experiment>ListExperimentsResponse. experiments()An array of structures that contain the configuration details of the experiments in the specified project.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Experiment Modifier and Type Method Description CreateExperimentResponse.BuilderCreateExperimentResponse.Builder. experiment(Experiment experiment)A structure containing the configuration details of the experiment that you created.GetExperimentResponse.BuilderGetExperimentResponse.Builder. experiment(Experiment experiment)A structure containing the configuration details of the experiment.UpdateExperimentResponse.BuilderUpdateExperimentResponse.Builder. experiment(Experiment experiment)A structure containing the configuration details of the experiment that was updated.ListExperimentsResponse.BuilderListExperimentsResponse.Builder. experiments(Experiment... experiments)An array of structures that contain the configuration details of the experiments in the specified project.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type Experiment Modifier and Type Method Description ListExperimentsResponse.BuilderListExperimentsResponse.Builder. experiments(Collection<Experiment> experiments)An array of structures that contain the configuration details of the experiments in the specified project. -
Uses of Experiment in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type Experiment Modifier and Type Method Description SdkIterable<Experiment>ListExperimentsIterable. experiments()Returns an iterable to iterate through the paginatedListExperimentsResponse.experiments()member.SdkPublisher<Experiment>ListExperimentsPublisher. experiments()Returns a publisher that can be used to get a stream of data.
-