Uses of Class
software.amazon.awssdk.services.amp.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAmpClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from the specified resource.default UntagResourceResponseAmpClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags from the specified resource.Methods in software.amazon.awssdk.services.amp that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AmpAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from the specified resource.default CompletableFuture<UntagResourceResponse>AmpAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags from the specified resource.
-