Uses of Class
software.amazon.awssdk.services.fms.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseFmsClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.fms that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>FmsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to an Amazon Web Services resource.default CompletableFuture<TagResourceResponse>FmsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to an Amazon Web Services resource.
-