| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StopProjectVersionResult |
AmazonRekognitionClient.stopProjectVersion(StopProjectVersionRequest request)
Stops a running model.
|
StopProjectVersionResult |
AmazonRekognition.stopProjectVersion(StopProjectVersionRequest stopProjectVersionRequest)
Stops a running model.
|
StopProjectVersionResult |
AbstractAmazonRekognition.stopProjectVersion(StopProjectVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopProjectVersionResult> |
AbstractAmazonRekognitionAsync.stopProjectVersionAsync(StopProjectVersionRequest request,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler) |
Future<StopProjectVersionResult> |
AmazonRekognitionAsync.stopProjectVersionAsync(StopProjectVersionRequest stopProjectVersionRequest,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler)
Stops a running model.
|
Future<StopProjectVersionResult> |
AmazonRekognitionAsyncClient.stopProjectVersionAsync(StopProjectVersionRequest request,
AsyncHandler<StopProjectVersionRequest,StopProjectVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopProjectVersionResult |
StopProjectVersionResult.clone() |
StopProjectVersionResult |
StopProjectVersionResult.withStatus(ProjectVersionStatus status)
The current status of the stop operation.
|
StopProjectVersionResult |
StopProjectVersionResult.withStatus(String status)
The current status of the stop operation.
|
Copyright © 2020. All rights reserved.