| 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.model |
| 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 ListFeaturesResponse |
EvidentlyClient.listFeatures(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
default ListFeaturesPublisher |
EvidentlyAsyncClient.listFeaturesPaginator(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
default ListFeaturesIterable |
EvidentlyClient.listFeaturesPaginator(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFeaturesRequest.Builder |
ListFeaturesRequest.builder() |
ListFeaturesRequest.Builder |
ListFeaturesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListFeaturesRequest.Builder |
ListFeaturesRequest.Builder.nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListFeaturesRequest.Builder |
ListFeaturesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFeaturesRequest.Builder |
ListFeaturesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFeaturesRequest.Builder |
ListFeaturesRequest.Builder.project(String project)
The name or ARN of the project to return the feature list from.
|
ListFeaturesRequest.Builder |
ListFeaturesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFeaturesRequest.Builder> |
ListFeaturesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.