| 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 ListExperimentsResponse |
EvidentlyClient.listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)
Returns configuration details about all the experiments in the specified project.
|
default ListExperimentsResponse |
EvidentlyClient.listExperiments(ListExperimentsRequest listExperimentsRequest)
Returns configuration details about all the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExperimentsResponse> |
EvidentlyAsyncClient.listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)
Returns configuration details about all the experiments in the specified project.
|
default CompletableFuture<ListExperimentsResponse> |
EvidentlyAsyncClient.listExperiments(ListExperimentsRequest listExperimentsRequest)
Returns configuration details about all the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExperimentsResponse> |
ListExperimentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExperimentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExperimentsResponse> subscriber) |
Copyright © 2022. All rights reserved.