| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLagResponse |
DirectConnectClient.createLag(Consumer<CreateLagRequest.Builder> createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
default CreateLagResponse |
DirectConnectClient.createLag(CreateLagRequest createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLagResponse> |
DirectConnectAsyncClient.createLag(Consumer<CreateLagRequest.Builder> createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
default CompletableFuture<CreateLagResponse> |
DirectConnectAsyncClient.createLag(CreateLagRequest createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
Copyright © 2023. All rights reserved.