Uses of Class
software.amazon.awssdk.services.connect.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
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.
-