Uses of Class
software.amazon.awssdk.services.networkmanager.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse 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 CreateConnectionResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseNetworkManagerClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection between two devices.default CreateConnectionResponseNetworkManagerClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection between two devices.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>NetworkManagerAsyncClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection between two devices.default CompletableFuture<CreateConnectionResponse>NetworkManagerAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection between two devices.
-