Uses of Class
software.amazon.awssdk.services.evidently.model.GetExperimentResponse
-
Packages that use GetExperimentResponse Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. -
-
Uses of GetExperimentResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return GetExperimentResponse Modifier and Type Method Description default GetExperimentResponseEvidentlyClient. getExperiment(Consumer<GetExperimentRequest.Builder> getExperimentRequest)Returns the details about one experiment.default GetExperimentResponseEvidentlyClient. getExperiment(GetExperimentRequest getExperimentRequest)Returns the details about one experiment.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type GetExperimentResponse Modifier and Type Method Description default CompletableFuture<GetExperimentResponse>EvidentlyAsyncClient. getExperiment(Consumer<GetExperimentRequest.Builder> getExperimentRequest)Returns the details about one experiment.default CompletableFuture<GetExperimentResponse>EvidentlyAsyncClient. getExperiment(GetExperimentRequest getExperimentRequest)Returns the details about one experiment.
-