Uses of Class
software.amazon.awssdk.services.rekognition.model.GetContentModerationResponse
-
Packages that use GetContentModerationResponse 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 -
-
Uses of GetContentModerationResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetContentModerationResponse Modifier and Type Method Description default GetContentModerationResponseRekognitionClient. getContentModeration(Consumer<GetContentModerationRequest.Builder> 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetContentModerationResponse Modifier and Type Method Description default CompletableFuture<GetContentModerationResponse>RekognitionAsyncClient. getContentModeration(Consumer<GetContentModerationRequest.Builder> getContentModerationRequest)Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.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. -
Uses of GetContentModerationResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetContentModerationResponse Modifier and Type Method Description Iterator<GetContentModerationResponse>GetContentModerationIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetContentModerationResponse Modifier and Type Method Description voidGetContentModerationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetContentModerationResponse> subscriber)
-