Uses of Class
software.amazon.awssdk.services.config.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseConfigClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.default TagResourceResponseConfigClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.Methods in software.amazon.awssdk.services.config that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ConfigAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.default CompletableFuture<TagResourceResponse>ConfigAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specified resourceArn.
-