Uses of Class
software.amazon.awssdk.services.evidently.paginators.ListExperimentsPublisher
-
Packages that use ListExperimentsPublisher 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 ListExperimentsPublisher in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListExperimentsPublisher Modifier and Type Method Description default ListExperimentsPublisherEvidentlyAsyncClient. listExperimentsPaginator(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default ListExperimentsPublisherEvidentlyAsyncClient. listExperimentsPaginator(ListExperimentsRequest listExperimentsRequest)Returns configuration details about all the experiments in the specified project.
-