| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ContentModerationAggregateBy |
GetContentModerationRequest.aggregateBy()
Defines how to aggregate results of the StartContentModeration request.
|
ContentModerationAggregateBy |
GetContentModerationRequestMetadata.aggregateBy()
The aggregation method chosen for a GetContentModeration request.
|
static ContentModerationAggregateBy |
ContentModerationAggregateBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContentModerationAggregateBy |
ContentModerationAggregateBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentModerationAggregateBy[] |
ContentModerationAggregateBy.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<ContentModerationAggregateBy> |
ContentModerationAggregateBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetContentModerationRequest.Builder |
GetContentModerationRequest.Builder.aggregateBy(ContentModerationAggregateBy aggregateBy)
Defines how to aggregate results of the StartContentModeration request.
|
GetContentModerationRequestMetadata.Builder |
GetContentModerationRequestMetadata.Builder.aggregateBy(ContentModerationAggregateBy aggregateBy)
The aggregation method chosen for a GetContentModeration request.
|
Copyright © 2023. All rights reserved.