| 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 |
|---|---|
UpdateLagResult |
AmazonDirectConnectClient.updateLag(UpdateLagRequest request)
Updates the attributes of the specified link aggregation group (LAG).
|
UpdateLagResult |
AbstractAmazonDirectConnect.updateLag(UpdateLagRequest request) |
UpdateLagResult |
AmazonDirectConnect.updateLag(UpdateLagRequest updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request) |
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request) |
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler)
Updates the attributes of the specified link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLagResult> |
AmazonDirectConnectAsyncClient.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AbstractAmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest request,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler) |
Future<UpdateLagResult> |
AmazonDirectConnectAsync.updateLagAsync(UpdateLagRequest updateLagRequest,
AsyncHandler<UpdateLagRequest,UpdateLagResult> asyncHandler)
Updates the attributes of the specified link aggregation group (LAG).
|
| 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 Direct Connect endpoint that hosts the LAG.
|
UpdateLagResult |
UpdateLagResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that hosts the LAG.
|
UpdateLagResult |
UpdateLagResult.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
UpdateLagResult |
UpdateLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
UpdateLagResult |
UpdateLagResult.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
UpdateLagResult |
UpdateLagResult.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
UpdateLagResult |
UpdateLagResult.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
UpdateLagResult |
UpdateLagResult.withLagId(String lagId)
The ID of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagName(String lagName)
The name of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagState(LagState lagState)
The state of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLagState(String lagState)
The state of the LAG.
|
UpdateLagResult |
UpdateLagResult.withLocation(String location)
The location of the LAG.
|
UpdateLagResult |
UpdateLagResult.withMacSecCapable(Boolean macSecCapable)
Indicates whether the LAG supports MAC Security (MACsec).
|
UpdateLagResult |
UpdateLagResult.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
UpdateLagResult |
UpdateLagResult.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
UpdateLagResult |
UpdateLagResult.withMinimumLinks(Integer minimumLinks)
The minimum number of physical dedicated connections that must be operational for the LAG itself to be
operational.
|
UpdateLagResult |
UpdateLagResult.withNumberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the LAG.
|
UpdateLagResult |
UpdateLagResult.withProviderName(String providerName)
The name of the service provider associated with the LAG.
|
UpdateLagResult |
UpdateLagResult.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
UpdateLagResult |
UpdateLagResult.withTags(Collection<Tag> tags)
The tags associated with the LAG.
|
UpdateLagResult |
UpdateLagResult.withTags(Tag... tags)
The tags associated with the LAG.
|
Copyright © 2024. All rights reserved.