Uses of Class
software.amazon.awssdk.services.evidently.model.ListSegmentsRequest
-
Packages that use ListSegmentsRequest 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 ListSegmentsRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type ListSegmentsRequest Modifier and Type Method Description default CompletableFuture<ListSegmentsResponse>EvidentlyAsyncClient. listSegments(ListSegmentsRequest 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.default ListSegmentsPublisherEvidentlyAsyncClient. listSegmentsPaginator(ListSegmentsRequest listSegmentsRequest)This is a variant ofEvidentlyAsyncClient.listSegments(software.amazon.awssdk.services.evidently.model.ListSegmentsRequest)operation.default ListSegmentsIterableEvidentlyClient. listSegmentsPaginator(ListSegmentsRequest listSegmentsRequest)This is a variant ofEvidentlyClient.listSegments(software.amazon.awssdk.services.evidently.model.ListSegmentsRequest)operation. -
Uses of ListSegmentsRequest in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type ListSegmentsRequest Constructor Description ListSegmentsIterable(EvidentlyClient client, ListSegmentsRequest firstRequest)ListSegmentsPublisher(EvidentlyAsyncClient client, ListSegmentsRequest firstRequest) -
Uses of ListSegmentsRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type ListSegmentsRequest Modifier and Type Method Description SdkHttpFullRequestListSegmentsRequestMarshaller. marshall(ListSegmentsRequest listSegmentsRequest)
-