Uses of Class
software.amazon.awssdk.services.networkmanager.model.UpdateConnectionResponse
-
Packages that use UpdateConnectionResponse 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 UpdateConnectionResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return UpdateConnectionResponse Modifier and Type Method Description default UpdateConnectionResponseNetworkManagerClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates the information for an existing connection.default UpdateConnectionResponseNetworkManagerClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the information for an existing connection.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type UpdateConnectionResponse Modifier and Type Method Description default CompletableFuture<UpdateConnectionResponse>NetworkManagerAsyncClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates the information for an existing connection.default CompletableFuture<UpdateConnectionResponse>NetworkManagerAsyncClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the information for an existing connection.
-