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