Uses of Class
software.amazon.awssdk.services.networkmanager.model.UpdateSiteResponse
-
Packages that use UpdateSiteResponse 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 UpdateSiteResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return UpdateSiteResponse Modifier and Type Method Description default UpdateSiteResponseNetworkManagerClient. updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest)Updates the information for an existing site.default UpdateSiteResponseNetworkManagerClient. updateSite(UpdateSiteRequest updateSiteRequest)Updates the information for an existing site.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type UpdateSiteResponse Modifier and Type Method Description default CompletableFuture<UpdateSiteResponse>NetworkManagerAsyncClient. updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest)Updates the information for an existing site.default CompletableFuture<UpdateSiteResponse>NetworkManagerAsyncClient. updateSite(UpdateSiteRequest updateSiteRequest)Updates the information for an existing site.
-