Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCleanRoomsMlClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes metadata tags from a specified resource.default UntagResourceResponseCleanRoomsMlClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from a specified resource.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CleanRoomsMlAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes metadata tags from a specified resource.default CompletableFuture<UntagResourceResponse>CleanRoomsMlAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from a specified resource.
-