Uses of Class
software.amazon.awssdk.services.evidently.model.ListSegmentsResponse
-
Packages that use ListSegmentsResponse 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 ListSegmentsResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListSegmentsResponse Modifier and Type Method Description default ListSegmentsResponseEvidentlyClient. listSegments(Consumer<ListSegmentsRequest.Builder> listSegmentsRequest)Returns a list of audience segments that you have created in your account in this Region.default ListSegmentsResponseEvidentlyClient. listSegments(ListSegmentsRequest listSegmentsRequest)Returns a list of audience segments that you have created in your account in this Region.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListSegmentsResponse Modifier and Type Method Description default CompletableFuture<ListSegmentsResponse>EvidentlyAsyncClient. listSegments(Consumer<ListSegmentsRequest.Builder> listSegmentsRequest)Returns a list of audience segments that you have created in your account in this Region.default CompletableFuture<ListSegmentsResponse>EvidentlyAsyncClient. listSegments(ListSegmentsRequest listSegmentsRequest)Returns a list of audience segments that you have created in your account in this Region. -
Uses of ListSegmentsResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListSegmentsResponse Modifier and Type Method Description Iterator<ListSegmentsResponse>ListSegmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListSegmentsResponse Modifier and Type Method Description voidListSegmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSegmentsResponse> subscriber)
-