Uses of Class
software.amazon.awssdk.services.customerprofiles.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCustomerProfilesClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.default TagResourceResponseCustomerProfilesClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CustomerProfilesAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.default CompletableFuture<TagResourceResponse>CustomerProfilesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource.
-