Uses of Class
software.amazon.awssdk.services.directconnect.model.UpdateConnectionResponse
-
Packages that use UpdateConnectionResponse Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. -
-
Uses of UpdateConnectionResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return UpdateConnectionResponse Modifier and Type Method Description default UpdateConnectionResponseDirectConnectClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates the Direct Connect dedicated connection configuration.default UpdateConnectionResponseDirectConnectClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the Direct Connect dedicated connection configuration.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type UpdateConnectionResponse Modifier and Type Method Description default CompletableFuture<UpdateConnectionResponse>DirectConnectAsyncClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates the Direct Connect dedicated connection configuration.default CompletableFuture<UpdateConnectionResponse>DirectConnectAsyncClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the Direct Connect dedicated connection configuration.
-