Uses of Class
software.amazon.awssdk.services.honeycode.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseHoneycodeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The TagResource API allows you to add tags to an ARN-able resource.default TagResourceResponseHoneycodeClient. tagResource(TagResourceRequest tagResourceRequest)The TagResource API allows you to add tags to an ARN-able resource.Methods in software.amazon.awssdk.services.honeycode that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>HoneycodeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The TagResource API allows you to add tags to an ARN-able resource.default CompletableFuture<TagResourceResponse>HoneycodeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)The TagResource API allows you to add tags to an ARN-able resource.
-