Uses of Class
software.amazon.awssdk.services.evidently.paginators.ListLaunchesPublisher
-
Packages that use ListLaunchesPublisher 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 ListLaunchesPublisher in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListLaunchesPublisher Modifier and Type Method Description default ListLaunchesPublisherEvidentlyAsyncClient. listLaunchesPaginator(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project.default ListLaunchesPublisherEvidentlyAsyncClient. listLaunchesPaginator(ListLaunchesRequest listLaunchesRequest)Returns configuration details about all the launches in the specified project.
-