Uses of Class
software.amazon.awssdk.services.evidently.model.ListSegmentReferencesRequest
-
Packages that use ListSegmentReferencesRequest 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.software.amazon.awssdk.services.evidently.paginators software.amazon.awssdk.services.evidently.transform -
-
Uses of ListSegmentReferencesRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type ListSegmentReferencesRequest Modifier and Type Method Description default CompletableFuture<ListSegmentReferencesResponse>EvidentlyAsyncClient. listSegmentReferences(ListSegmentReferencesRequest listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.default ListSegmentReferencesResponseEvidentlyClient. listSegmentReferences(ListSegmentReferencesRequest 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.default ListSegmentReferencesIterableEvidentlyClient. listSegmentReferencesPaginator(ListSegmentReferencesRequest listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment. -
Uses of ListSegmentReferencesRequest in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type ListSegmentReferencesRequest Constructor Description ListSegmentReferencesIterable(EvidentlyClient client, ListSegmentReferencesRequest firstRequest)ListSegmentReferencesPublisher(EvidentlyAsyncClient client, ListSegmentReferencesRequest firstRequest) -
Uses of ListSegmentReferencesRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type ListSegmentReferencesRequest Modifier and Type Method Description SdkHttpFullRequestListSegmentReferencesRequestMarshaller. marshall(ListSegmentReferencesRequest listSegmentReferencesRequest)
-