| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLagResult |
AbstractAmazonDirectConnect.createLag(CreateLagRequest request) |
CreateLagResult |
AmazonDirectConnect.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.
|
CreateLagResult |
AmazonDirectConnectClient.createLag(CreateLagRequest request)
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.
|
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request) |
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(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.
|
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request) |
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(CreateLagRequest createLagRequest,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler)
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.
|
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(CreateLagRequest createLagRequest,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler)
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.
|
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLagRequest |
CreateLagRequest.clone() |
CreateLagRequest |
CreateLagRequest.withChildConnectionTags(Collection<Tag> childConnectionTags)
The tags to associate with the automtically created LAGs.
|
CreateLagRequest |
CreateLagRequest.withChildConnectionTags(Tag... childConnectionTags)
The tags to associate with the automtically created LAGs.
|
CreateLagRequest |
CreateLagRequest.withConnectionId(String connectionId)
The ID of an existing dedicated connection to migrate to the LAG.
|
CreateLagRequest |
CreateLagRequest.withConnectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical dedicated connections bundled by the LAG.
|
CreateLagRequest |
CreateLagRequest.withLagName(String lagName)
The name of the LAG.
|
CreateLagRequest |
CreateLagRequest.withLocation(String location)
The location for the LAG.
|
CreateLagRequest |
CreateLagRequest.withNumberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
CreateLagRequest |
CreateLagRequest.withProviderName(String providerName)
The name of the service provider associated with the LAG.
|
CreateLagRequest |
CreateLagRequest.withRequestMACSec(Boolean requestMACSec)
Indicates whether the connection will support MAC Security (MACsec).
|
CreateLagRequest |
CreateLagRequest.withTags(Collection<Tag> tags)
The tags to associate with the LAG.
|
CreateLagRequest |
CreateLagRequest.withTags(Tag... tags)
The tags to associate with the LAG.
|
Copyright © 2025. All rights reserved.