| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateConnectionWithLagResponse> |
DirectConnectAsyncClient.associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)
Associates an existing connection with a link aggregation group (LAG).
|
default AssociateConnectionWithLagResponse |
DirectConnectClient.associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)
Associates an existing connection with a link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.builder() |
AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.Builder.connectionId(String connectionId)
The ID of the connection.
|
AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.Builder.lagId(String lagId)
The ID of the LAG with which to associate the connection.
|
AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateConnectionWithLagRequest.Builder |
AssociateConnectionWithLagRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateConnectionWithLagRequest.Builder> |
AssociateConnectionWithLagRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.