| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListSegmentsResponse |
EvidentlyClient.listSegments(Consumer<ListSegmentsRequest.Builder> listSegmentsRequest)
Returns a list of audience segments that you have created in your account in this Region.
|
default ListSegmentsResponse |
EvidentlyClient.listSegments(ListSegmentsRequest listSegmentsRequest)
Returns a list of audience segments that you have created in your account in this Region.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSegmentsResponse> |
ListSegmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSegmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSegmentsResponse> subscriber) |
Copyright © 2022. All rights reserved.