Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CustomerProfilesAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-