Uses of Class
software.amazon.awssdk.services.evidently.model.Feature
-
Packages that use Feature Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Feature in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Feature Modifier and Type Method Description FeatureCreateFeatureResponse. feature()A structure that contains information about the new feature.FeatureGetFeatureResponse. feature()A structure containing the configuration details of the feature.FeatureUpdateFeatureResponse. feature()A structure that contains information about the updated feature.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Feature Modifier and Type Method Description CreateFeatureResponse.BuilderCreateFeatureResponse.Builder. feature(Feature feature)A structure that contains information about the new feature.GetFeatureResponse.BuilderGetFeatureResponse.Builder. feature(Feature feature)A structure containing the configuration details of the feature.UpdateFeatureResponse.BuilderUpdateFeatureResponse.Builder. feature(Feature feature)A structure that contains information about the updated feature.
-