Uses of Class
software.amazon.awssdk.services.evidently.paginators.ListSegmentReferencesPublisher
-
Packages that use ListSegmentReferencesPublisher 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 ListSegmentReferencesPublisher in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListSegmentReferencesPublisher Modifier and Type Method Description default ListSegmentReferencesPublisherEvidentlyAsyncClient. listSegmentReferencesPaginator(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.default ListSegmentReferencesPublisherEvidentlyAsyncClient. listSegmentReferencesPaginator(ListSegmentReferencesRequest listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.
-