Uses of Class
software.amazon.awssdk.services.directconnect.model.UpdateConnectionRequest
-
Packages that use UpdateConnectionRequest 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.software.amazon.awssdk.services.directconnect.transform -
-
Uses of UpdateConnectionRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type UpdateConnectionRequest Modifier and Type Method Description default CompletableFuture<UpdateConnectionResponse>DirectConnectAsyncClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the Direct Connect dedicated connection configuration.default UpdateConnectionResponseDirectConnectClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates the Direct Connect dedicated connection configuration. -
Uses of UpdateConnectionRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type UpdateConnectionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConnectionRequestMarshaller. marshall(UpdateConnectionRequest updateConnectionRequest)
-