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