| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static UnsuccessfulFaceDeletionReason |
UnsuccessfulFaceDeletionReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UnsuccessfulFaceDeletionReason |
UnsuccessfulFaceDeletionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnsuccessfulFaceDeletionReason[] |
UnsuccessfulFaceDeletionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UnsuccessfulFaceDeletionReason> |
UnsuccessfulFaceDeletionReason.knownValues()
|
List<UnsuccessfulFaceDeletionReason> |
UnsuccessfulFaceDeletion.reasons()
The reason why the deletion was unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulFaceDeletion.Builder |
UnsuccessfulFaceDeletion.Builder.reasons(UnsuccessfulFaceDeletionReason... reasons)
The reason why the deletion was unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulFaceDeletion.Builder |
UnsuccessfulFaceDeletion.Builder.reasons(Collection<UnsuccessfulFaceDeletionReason> reasons)
The reason why the deletion was unsuccessful.
|
Copyright © 2023. All rights reserved.