Uses of Class
software.amazon.awssdk.services.fms.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>FmsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to an Amazon Web Services resource.default TagResourceResponseFmsClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to an Amazon Web Services resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-