| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectVersionStatus |
ProjectVersionStatus.fromValue(String value)
Use this in place of valueOf.
|
static ProjectVersionStatus |
ProjectVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectVersionStatus[] |
ProjectVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StartProjectVersionResult |
StartProjectVersionResult.withStatus(ProjectVersionStatus status)
The current running status of the model.
|
DeleteProjectVersionResult |
DeleteProjectVersionResult.withStatus(ProjectVersionStatus status)
The status of the deletion operation.
|
StopProjectVersionResult |
StopProjectVersionResult.withStatus(ProjectVersionStatus status)
The current status of the stop operation.
|
ProjectVersionDescription |
ProjectVersionDescription.withStatus(ProjectVersionStatus status)
The current status of the model version.
|
Copyright © 2021. All rights reserved.