Uses of Class
software.amazon.awssdk.services.cleanrooms.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCleanRoomsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or list of tags from a resource.default UntagResourceResponseCleanRoomsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or list of tags from a resource.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CleanRoomsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or list of tags from a resource.default CompletableFuture<UntagResourceResponse>CleanRoomsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or list of tags from a resource.
-