| 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 |
|---|---|
UpdateLagResult |
AmazonDirectConnectClient.updateLag(UpdateLagRequest request)
Updates the attributes of the specified link aggregation group (LAG).
|
UpdateLagResult |
AmazonDirectConnect.updateLag(UpdateLagRequest updateLagRequest)
Updates the attributes of the specified 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 the specified 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 the specified 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 the specified 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 Connect endpoint that hosts the LAG.
|
UpdateLagResult |
UpdateLagResult.withAwsDeviceV2(String awsDeviceV2)
The AWS Direct Connect endpoint that hosts the LAG.
|
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.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 (9001 MTU) 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.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 ID of the AWS 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 AWS 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 © 2020. All rights reserved.