Uses of Class
software.amazon.awssdk.services.networkmanager.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseNetworkManagerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a specified resource.default TagResourceResponseNetworkManagerClient. tagResource(TagResourceRequest tagResourceRequest)Tags a specified resource.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NetworkManagerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a specified resource.default CompletableFuture<TagResourceResponse>NetworkManagerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a specified resource.
-