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