Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCustomerProfilesClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with an Amazon Connect Customer Profiles resource.default ListTagsForResourceResponseCustomerProfilesClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with an Amazon Connect Customer Profiles resource.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CustomerProfilesAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with an Amazon Connect Customer Profiles resource.default CompletableFuture<ListTagsForResourceResponse>CustomerProfilesAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with an Amazon Connect Customer Profiles resource.
-