Uses of Class
software.amazon.awssdk.services.evidently.paginators.ListProjectsIterable
-
Packages that use ListProjectsIterable 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 ListProjectsIterable in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListProjectsIterable Modifier and Type Method Description default ListProjectsIterableEvidentlyClient. listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.default ListProjectsIterableEvidentlyClient. listProjectsPaginator(ListProjectsRequest listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.
-