Uses of Class
software.amazon.awssdk.services.lookoutvision.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLookoutVisionClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to an Amazon Lookout for Vision model.default TagResourceResponseLookoutVisionClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to an Amazon Lookout for Vision model.Methods in software.amazon.awssdk.services.lookoutvision that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LookoutVisionAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to an Amazon Lookout for Vision model.default CompletableFuture<TagResourceResponse>LookoutVisionAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to an Amazon Lookout for Vision model.
-