Uses of Class
software.amazon.awssdk.services.privatenetworks.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.privatenetworks Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePrivateNetworksClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified resource.default TagResourceResponsePrivateNetworksClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified resource.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PrivateNetworksAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified resource.default CompletableFuture<TagResourceResponse>PrivateNetworksAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified resource.
-