Uses of Class
software.amazon.awssdk.services.rekognition.model.GetContentModerationRequest
-
Packages that use GetContentModerationRequest Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.paginators software.amazon.awssdk.services.rekognition.transform -
-
Uses of GetContentModerationRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type GetContentModerationRequest Modifier and Type Method Description default CompletableFuture<GetContentModerationResponse>RekognitionAsyncClient. getContentModeration(GetContentModerationRequest getContentModerationRequest)Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.default GetContentModerationResponseRekognitionClient. getContentModeration(GetContentModerationRequest getContentModerationRequest)Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.default GetContentModerationPublisherRekognitionAsyncClient. getContentModerationPaginator(GetContentModerationRequest getContentModerationRequest)Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.default GetContentModerationIterableRekognitionClient. getContentModerationPaginator(GetContentModerationRequest getContentModerationRequest)Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration. -
Uses of GetContentModerationRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type GetContentModerationRequest Constructor Description GetContentModerationIterable(RekognitionClient client, GetContentModerationRequest firstRequest)GetContentModerationPublisher(RekognitionAsyncClient client, GetContentModerationRequest firstRequest) -
Uses of GetContentModerationRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type GetContentModerationRequest Modifier and Type Method Description SdkHttpFullRequestGetContentModerationRequestMarshaller. marshall(GetContentModerationRequest getContentModerationRequest)
-