| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CustomizationFeature |
ProjectVersionDescription.feature()
The feature that was customized.
|
CustomizationFeature |
CreateProjectRequest.feature()
Specifies feature that is being customized.
|
CustomizationFeature |
ProjectDescription.feature()
Specifies the project that is being customized.
|
static CustomizationFeature |
CustomizationFeature.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<CustomizationFeature> |
DescribeProjectsRequest.features()
Specifies the type of customization to filter projects by.
|
static Set<CustomizationFeature> |
CustomizationFeature.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionDescription.Builder |
ProjectVersionDescription.Builder.feature(CustomizationFeature feature)
The feature that was customized.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.feature(CustomizationFeature feature)
Specifies feature that is being customized.
|
ProjectDescription.Builder |
ProjectDescription.Builder.feature(CustomizationFeature feature)
Specifies the project that is being customized.
|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.features(CustomizationFeature... features)
Specifies the type of customization to filter projects by.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsRequest.Builder |
DescribeProjectsRequest.Builder.features(Collection<CustomizationFeature> features)
Specifies the type of customization to filter projects by.
|
Copyright © 2023. All rights reserved.