Uses of Class
software.amazon.awssdk.services.evidently.paginators.ListFeaturesIterable
-
Packages that use ListFeaturesIterable 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 ListFeaturesIterable in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListFeaturesIterable Modifier and Type Method Description default ListFeaturesIterableEvidentlyClient. listFeaturesPaginator(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)This is a variant ofEvidentlyClient.listFeatures(software.amazon.awssdk.services.evidently.model.ListFeaturesRequest)operation.default ListFeaturesIterableEvidentlyClient. listFeaturesPaginator(ListFeaturesRequest listFeaturesRequest)This is a variant ofEvidentlyClient.listFeatures(software.amazon.awssdk.services.evidently.model.ListFeaturesRequest)operation.
-