| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFeaturesResponse.Builder |
ListFeaturesResponse.builder() |
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.features(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.features(Consumer<FeatureSummary.Builder>... features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.features(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.nextToken(String nextToken)
The token to use in a subsequent
ListFeatures operation to return the next set of results. |
ListFeaturesResponse.Builder |
ListFeaturesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFeaturesResponse.Builder> |
ListFeaturesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.