| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFeaturesResponse> |
EvidentlyAsyncClient.listFeatures(ListFeaturesRequest 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.
|
default ListFeaturesPublisher |
EvidentlyAsyncClient.listFeaturesPaginator(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
default ListFeaturesIterable |
EvidentlyClient.listFeaturesPaginator(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
| Constructor and Description |
|---|
ListFeaturesIterable(EvidentlyClient client,
ListFeaturesRequest firstRequest) |
ListFeaturesPublisher(EvidentlyAsyncClient client,
ListFeaturesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListFeaturesRequestMarshaller.marshall(ListFeaturesRequest listFeaturesRequest) |
Copyright © 2023. All rights reserved.