Uses of Class
software.amazon.awssdk.services.connect.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseConnectClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseConnectClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ConnectAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>ConnectAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-