| 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 ListFeaturesResponse |
EvidentlyClient.listFeatures(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
default ListFeaturesResponse |
EvidentlyClient.listFeatures(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFeaturesResponse> |
EvidentlyAsyncClient.listFeatures(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
default CompletableFuture<ListFeaturesResponse> |
EvidentlyAsyncClient.listFeatures(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFeaturesResponse> |
ListFeaturesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFeaturesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFeaturesResponse> subscriber) |
Copyright © 2022. All rights reserved.