Uses of Class
software.amazon.awssdk.services.rekognition.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRekognitionClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.default ListTagsForResourceResponseRekognitionClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RekognitionAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.default CompletableFuture<ListTagsForResourceResponse>RekognitionAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
-