Uses of Class
software.amazon.awssdk.services.evidently.model.FeatureSummary
-
Packages that use FeatureSummary Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of FeatureSummary in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type FeatureSummary Modifier and Type Method Description List<FeatureSummary>ListFeaturesResponse. features()An array of structures that contain the configuration details of the features in the specified project.Methods in software.amazon.awssdk.services.evidently.model with parameters of type FeatureSummary Modifier and Type Method Description ListFeaturesResponse.BuilderListFeaturesResponse.Builder. features(FeatureSummary... features)An array of structures that contain the configuration details of the features in the specified project.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type FeatureSummary Modifier and Type Method Description ListFeaturesResponse.BuilderListFeaturesResponse.Builder. features(Collection<FeatureSummary> features)An array of structures that contain the configuration details of the features in the specified project. -
Uses of FeatureSummary in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type FeatureSummary Modifier and Type Method Description SdkIterable<FeatureSummary>ListFeaturesIterable. features()Returns an iterable to iterate through the paginatedListFeaturesResponse.features()member.SdkPublisher<FeatureSummary>ListFeaturesPublisher. features()Returns a publisher that can be used to get a stream of data.
-