Uses of Class
software.amazon.awssdk.services.rekognition.model.ContentModerationSortBy
-
Packages that use ContentModerationSortBy Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ContentModerationSortBy in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ContentModerationSortBy Modifier and Type Method Description static ContentModerationSortByContentModerationSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContentModerationSortByGetContentModerationRequest. sortBy()Sort to use for elements in theModerationLabelDetectionsarray.ContentModerationSortByGetContentModerationRequestMetadata. sortBy()The sorting method chosen for a GetContentModeration request.static ContentModerationSortByContentModerationSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentModerationSortBy[]ContentModerationSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ContentModerationSortBy Modifier and Type Method Description static Set<ContentModerationSortBy>ContentModerationSortBy. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ContentModerationSortBy Modifier and Type Method Description GetContentModerationRequest.BuilderGetContentModerationRequest.Builder. sortBy(ContentModerationSortBy sortBy)Sort to use for elements in theModerationLabelDetectionsarray.GetContentModerationRequestMetadata.BuilderGetContentModerationRequestMetadata.Builder. sortBy(ContentModerationSortBy sortBy)The sorting method chosen for a GetContentModeration request.
-