Uses of Class
software.amazon.awssdk.services.wisdom.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseWisdomClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseWisdomClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WisdomAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>WisdomAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-