Uses of Class
software.amazon.awssdk.services.rekognition.model.CustomizationFeature
-
Packages that use CustomizationFeature Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CustomizationFeature in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CustomizationFeature Modifier and Type Method Description CustomizationFeatureCreateProjectRequest. feature()Specifies feature that is being customized.CustomizationFeatureProjectDescription. feature()Specifies the project that is being customized.CustomizationFeatureProjectVersionDescription. feature()The feature that was customized.static CustomizationFeatureCustomizationFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomizationFeatureCustomizationFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomizationFeature[]CustomizationFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CustomizationFeature Modifier and Type Method Description List<CustomizationFeature>DescribeProjectsRequest. features()Specifies the type of customization to filter projects by.static Set<CustomizationFeature>CustomizationFeature. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type CustomizationFeature Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. feature(CustomizationFeature feature)Specifies feature that is being customized.ProjectDescription.BuilderProjectDescription.Builder. feature(CustomizationFeature feature)Specifies the project that is being customized.ProjectVersionDescription.BuilderProjectVersionDescription.Builder. feature(CustomizationFeature feature)The feature that was customized.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. features(CustomizationFeature... features)Specifies the type of customization to filter projects by.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type CustomizationFeature Modifier and Type Method Description DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. features(Collection<CustomizationFeature> features)Specifies the type of customization to filter projects by.
-