Uses of Class
software.amazon.awssdk.services.evidently.model.ListExperimentsResponse
-
Packages that use ListExperimentsResponse 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.software.amazon.awssdk.services.evidently.paginators -
-
Uses of ListExperimentsResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListExperimentsResponse Modifier and Type Method Description default ListExperimentsResponseEvidentlyClient. listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default ListExperimentsResponseEvidentlyClient. listExperiments(ListExperimentsRequest listExperimentsRequest)Returns configuration details about all the experiments in the specified project.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListExperimentsResponse Modifier and Type Method Description default CompletableFuture<ListExperimentsResponse>EvidentlyAsyncClient. listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default CompletableFuture<ListExperimentsResponse>EvidentlyAsyncClient. listExperiments(ListExperimentsRequest listExperimentsRequest)Returns configuration details about all the experiments in the specified project. -
Uses of ListExperimentsResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListExperimentsResponse Modifier and Type Method Description Iterator<ListExperimentsResponse>ListExperimentsIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListExperimentsResponse Modifier and Type Method Description voidListExperimentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExperimentsResponse> subscriber)
-