Uses of Class
software.amazon.awssdk.services.privatenetworks.model.UpdateNetworkSiteResponse
-
Packages that use UpdateNetworkSiteResponse 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 UpdateNetworkSiteResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return UpdateNetworkSiteResponse Modifier and Type Method Description default UpdateNetworkSiteResponsePrivateNetworksClient. updateNetworkSite(Consumer<UpdateNetworkSiteRequest.Builder> updateNetworkSiteRequest)Updates the specified network site.default UpdateNetworkSiteResponsePrivateNetworksClient. updateNetworkSite(UpdateNetworkSiteRequest updateNetworkSiteRequest)Updates the specified network site.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type UpdateNetworkSiteResponse Modifier and Type Method Description default CompletableFuture<UpdateNetworkSiteResponse>PrivateNetworksAsyncClient. updateNetworkSite(Consumer<UpdateNetworkSiteRequest.Builder> updateNetworkSiteRequest)Updates the specified network site.default CompletableFuture<UpdateNetworkSiteResponse>PrivateNetworksAsyncClient. updateNetworkSite(UpdateNetworkSiteRequest updateNetworkSiteRequest)Updates the specified network site.
-