Uses of Class
software.amazon.awssdk.services.directconnect.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse 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 CreateConnectionResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseDirectConnectClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection between a customer network and a specific Direct Connect location.default CreateConnectionResponseDirectConnectClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection between a customer network and a specific Direct Connect location.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>DirectConnectAsyncClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection between a customer network and a specific Direct Connect location.default CompletableFuture<CreateConnectionResponse>DirectConnectAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection between a customer network and a specific Direct Connect location.
-