| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model | |
| software.amazon.awssdk.services.evidently.paginators |
| Modifier and Type | Method and Description |
|---|---|
Experiment |
GetExperimentResponse.experiment()
A structure containing the configuration details of the experiment.
|
Experiment |
UpdateExperimentResponse.experiment()
A structure containing the configuration details of the experiment that was updated.
|
Experiment |
CreateExperimentResponse.experiment()
A structure containing the configuration details of the experiment that you created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Experiment> |
ListExperimentsResponse.experiments()
An array of structures that contain the configuration details of the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResponse.Builder |
GetExperimentResponse.Builder.experiment(Experiment experiment)
A structure containing the configuration details of the experiment.
|
UpdateExperimentResponse.Builder |
UpdateExperimentResponse.Builder.experiment(Experiment experiment)
A structure containing the configuration details of the experiment that was updated.
|
CreateExperimentResponse.Builder |
CreateExperimentResponse.Builder.experiment(Experiment experiment)
A structure containing the configuration details of the experiment that you created.
|
ListExperimentsResponse.Builder |
ListExperimentsResponse.Builder.experiments(Experiment... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsResponse.Builder |
ListExperimentsResponse.Builder.experiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Experiment> |
ListExperimentsPublisher.experiments()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Experiment> |
ListExperimentsIterable.experiments()
Returns an iterable to iterate through the paginated
ListExperimentsResponse.experiments() member. |
Copyright © 2022. All rights reserved.