| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessorStatus |
StreamProcessorStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StreamProcessorStatus |
DescribeStreamProcessorResponse.status()
Current status of the stream processor.
|
StreamProcessorStatus |
StreamProcessor.status()
Current status of the Amazon Rekognition stream processor.
|
static StreamProcessorStatus |
StreamProcessorStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamProcessorStatus[] |
StreamProcessorStatus.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<StreamProcessorStatus> |
StreamProcessorStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStreamProcessorResponse.Builder |
DescribeStreamProcessorResponse.Builder.status(StreamProcessorStatus status)
Current status of the stream processor.
|
StreamProcessor.Builder |
StreamProcessor.Builder.status(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
|
Copyright © 2021. All rights reserved.