Uses of Class
software.amazon.awssdk.services.rekognition.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseRekognitionClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.default TagResourceResponseRekognitionClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>RekognitionAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.default CompletableFuture<TagResourceResponse>RekognitionAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.
-