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