| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model | |
| software.amazon.awssdk.services.evidently.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureSummary> |
ListFeaturesResponse.features()
An array of structures that contain the configuration details of the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.features(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesResponse.Builder |
ListFeaturesResponse.Builder.features(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FeatureSummary> |
ListFeaturesPublisher.features()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FeatureSummary> |
ListFeaturesIterable.features()
Returns an iterable to iterate through the paginated
ListFeaturesResponse.features() member. |
Copyright © 2023. All rights reserved.