Uses of Class
software.amazon.awssdk.services.wisdom.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.wisdom.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WisdomAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseWisdomClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-