| 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 |
|---|---|
UpdateLagResult |
AmazonDirectConnectClient.updateLag(UpdateLagRequest request)
Updates the attributes of a link aggregation group (LAG).
|
UpdateLagResult |
AmazonDirectConnect.updateLag(UpdateLagRequest updateLagRequest)
Updates the attributes of a link aggregation group (LAG).
|
UpdateLagResult |
AbstractAmazonDirectConnect.updateLag(UpdateLagRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest)
Updates the attributes of a link aggregation group (LAG).
|
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request) |
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request) |
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler)
Updates the attributes of a link aggregation group (LAG).
|
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler)
Updates the attributes of a link aggregation group (LAG).
|
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLagResult |
UpdateLagResult.clone() |
UpdateLagResult |
UpdateLagResult.withAllowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
|
UpdateLagResult |
UpdateLagResult.withAwsDevice(String awsDevice)
The AWS Direct Connection endpoint that hosts the LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
UpdateLagResult |
UpdateLagResult.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagId(String lagId) |
UpdateLagResult |
UpdateLagResult.withLagName(String lagName)
The name of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagState(LagState lagState) |
UpdateLagResult |
UpdateLagResult.withLagState(String lagState) |
UpdateLagResult |
UpdateLagResult.withLocation(String location) |
UpdateLagResult |
UpdateLagResult.withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
UpdateLagResult |
UpdateLagResult.withNumberOfConnections(Integer numberOfConnections)
The number of physical connections bundled by the LAG, up to a maximum of 10.
|
UpdateLagResult |
UpdateLagResult.withOwnerAccount(String ownerAccount)
The owner of the LAG.
|
UpdateLagResult |
UpdateLagResult.withRegion(String region) |
Copyright © 2018. All rights reserved.