Uses of Class
software.amazon.awssdk.services.synthetics.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSyntheticsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseSyntheticsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SyntheticsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>SyntheticsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.
-