Uses of Class
software.amazon.awssdk.services.customerprofiles.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCustomerProfilesClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Amazon Connect Customer Profiles resource.default UntagResourceResponseCustomerProfilesClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Amazon Connect Customer Profiles resource.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CustomerProfilesAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Amazon Connect Customer Profiles resource.default CompletableFuture<UntagResourceResponse>CustomerProfilesAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Amazon Connect Customer Profiles resource.
-