| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomizationFeature |
CustomizationFeature.fromValue(String value)
Use this in place of valueOf.
|
static CustomizationFeature |
CustomizationFeature.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.withFeature(CustomizationFeature feature)
Specifies feature that is being customized.
|
ProjectDescription |
ProjectDescription.withFeature(CustomizationFeature feature)
Specifies the project that is being customized.
|
ProjectVersionDescription |
ProjectVersionDescription.withFeature(CustomizationFeature feature)
The feature that was customized.
|
DescribeProjectsRequest |
DescribeProjectsRequest.withFeatures(CustomizationFeature... features)
Specifies the type of customization to filter projects by.
|
Copyright © 2024. All rights reserved.