| 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 ListSegmentReferencesResponse |
EvidentlyClient.listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
default ListSegmentReferencesResponse |
EvidentlyClient.listSegmentReferences(ListSegmentReferencesRequest listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSegmentReferencesResponse> |
ListSegmentReferencesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSegmentReferencesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSegmentReferencesResponse> subscriber) |
Copyright © 2023. All rights reserved.