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