Uses of Class
software.amazon.awssdk.services.evidently.model.ListSegmentReferencesResponse
-
Packages that use ListSegmentReferencesResponse 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 -
-
Uses of ListSegmentReferencesResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListSegmentReferencesResponse Modifier and Type Method Description default ListSegmentReferencesResponseEvidentlyClient. listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> 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.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListSegmentReferencesResponse Modifier and Type Method Description default CompletableFuture<ListSegmentReferencesResponse>EvidentlyAsyncClient. listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.default CompletableFuture<ListSegmentReferencesResponse>EvidentlyAsyncClient. listSegmentReferences(ListSegmentReferencesRequest listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment. -
Uses of ListSegmentReferencesResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListSegmentReferencesResponse Modifier and Type Method Description Iterator<ListSegmentReferencesResponse>ListSegmentReferencesIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListSegmentReferencesResponse Modifier and Type Method Description voidListSegmentReferencesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSegmentReferencesResponse> subscriber)
-