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