Uses of Class
software.amazon.awssdk.services.directconnect.model.ConfirmConnectionResponse
-
Packages that use ConfirmConnectionResponse 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 ConfirmConnectionResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return ConfirmConnectionResponse Modifier and Type Method Description default ConfirmConnectionResponseDirectConnectClient. confirmConnection(Consumer<ConfirmConnectionRequest.Builder> confirmConnectionRequest)Confirms the creation of the specified hosted connection on an interconnect.default ConfirmConnectionResponseDirectConnectClient. confirmConnection(ConfirmConnectionRequest confirmConnectionRequest)Confirms the creation of the specified hosted connection on an interconnect.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type ConfirmConnectionResponse Modifier and Type Method Description default CompletableFuture<ConfirmConnectionResponse>DirectConnectAsyncClient. confirmConnection(Consumer<ConfirmConnectionRequest.Builder> confirmConnectionRequest)Confirms the creation of the specified hosted connection on an interconnect.default CompletableFuture<ConfirmConnectionResponse>DirectConnectAsyncClient. confirmConnection(ConfirmConnectionRequest confirmConnectionRequest)Confirms the creation of the specified hosted connection on an interconnect.
-