| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic
cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateConnectionWithLagResult> |
AmazonDirectConnectAsync.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest associateConnectionWithLagRequest,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler)
Associates an existing connection with a link aggregation group (LAG).
|
Future<AssociateConnectionWithLagResult> |
AbstractAmazonDirectConnectAsync.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest request,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler) |
Future<AssociateConnectionWithLagResult> |
AmazonDirectConnectAsyncClient.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest request,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateConnectionWithLagRequest |
AssociateConnectionWithLagRequest.clone() |
AssociateConnectionWithLagRequest |
AssociateConnectionWithLagRequest.withConnectionId(String connectionId)
The ID of the connection.
|
AssociateConnectionWithLagRequest |
AssociateConnectionWithLagRequest.withLagId(String lagId)
The ID of the LAG with which to associate the connection.
|
Copyright © 2020. All rights reserved.