| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10
gigabit Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLagResult |
AmazonDirectConnectClient.createLag(CreateLagRequest request)
Creates a new link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
CreateLagResult |
AmazonDirectConnect.createLag(CreateLagRequest createLagRequest)
Creates a new link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
CreateLagResult |
AbstractAmazonDirectConnect.createLag(CreateLagRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(CreateLagRequest createLagRequest)
Creates a new link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request) |
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request) |
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(CreateLagRequest createLagRequest,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler)
Creates a new link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLagResult> |
AmazonDirectConnectAsync.createLagAsync(CreateLagRequest createLagRequest,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler)
Creates a new link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
Future<CreateLagResult> |
AbstractAmazonDirectConnectAsync.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
Future<CreateLagResult> |
AmazonDirectConnectAsyncClient.createLagAsync(CreateLagRequest request,
AsyncHandler<CreateLagRequest,CreateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLagResult |
CreateLagResult.clone() |
CreateLagResult |
CreateLagResult.withAllowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
|
CreateLagResult |
CreateLagResult.withAwsDevice(String awsDevice)
The AWS Direct Connection endpoint that hosts the LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
CreateLagResult |
CreateLagResult.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
CreateLagResult |
CreateLagResult.withLagId(String lagId) |
CreateLagResult |
CreateLagResult.withLagName(String lagName)
The name of the LAG.
|
CreateLagResult |
CreateLagResult.withLagState(LagState lagState) |
CreateLagResult |
CreateLagResult.withLagState(String lagState) |
CreateLagResult |
CreateLagResult.withLocation(String location) |
CreateLagResult |
CreateLagResult.withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
CreateLagResult |
CreateLagResult.withNumberOfConnections(Integer numberOfConnections)
The number of physical connections bundled by the LAG, up to a maximum of 10.
|
CreateLagResult |
CreateLagResult.withOwnerAccount(String ownerAccount)
The owner of the LAG.
|
CreateLagResult |
CreateLagResult.withRegion(String region) |
Copyright © 2018. All rights reserved.