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