Uses of Class
software.amazon.awssdk.services.wellarchitected.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseWellArchitectedClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseWellArchitectedClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WellArchitectedAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default CompletableFuture<TagResourceResponse>WellArchitectedAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.
-