Uses of Class
software.amazon.awssdk.services.networkmanager.model.UpdateLinkResponse
-
Packages that use UpdateLinkResponse 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 UpdateLinkResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return UpdateLinkResponse Modifier and Type Method Description default UpdateLinkResponseNetworkManagerClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Updates the details for an existing link.default UpdateLinkResponseNetworkManagerClient. updateLink(UpdateLinkRequest updateLinkRequest)Updates the details for an existing link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type UpdateLinkResponse Modifier and Type Method Description default CompletableFuture<UpdateLinkResponse>NetworkManagerAsyncClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Updates the details for an existing link.default CompletableFuture<UpdateLinkResponse>NetworkManagerAsyncClient. updateLink(UpdateLinkRequest updateLinkRequest)Updates the details for an existing link.
-