Uses of Class
software.amazon.awssdk.services.oam.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.oam Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOamClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseOamClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.oam that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OamAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>OamAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.
-