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