Uses of Class
software.amazon.awssdk.services.privatenetworks.model.ThrottlingException
-
Packages that use ThrottlingException 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 ThrottlingException in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that throw ThrottlingException Modifier and Type Method Description default ListTagsForResourceResponsePrivateNetworksClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponsePrivateNetworksClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.default TagResourceResponsePrivateNetworksClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified resource.default TagResourceResponsePrivateNetworksClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified resource.default UntagResourceResponsePrivateNetworksClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponsePrivateNetworksClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-