Uses of Class
software.amazon.awssdk.services.fms.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>FmsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Web Services resource.default UntagResourceResponseFmsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Web Services resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-