| 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 |
|---|---|
DeleteLagResult |
AmazonDirectConnectClient.deleteLag(DeleteLagRequest request)
Deletes the specified link aggregation group (LAG).
|
DeleteLagResult |
AmazonDirectConnect.deleteLag(DeleteLagRequest deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
DeleteLagResult |
AbstractAmazonDirectConnect.deleteLag(DeleteLagRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request) |
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request) |
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler)
Deletes the specified link aggregation group (LAG).
|
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler)
Deletes the specified link aggregation group (LAG).
|
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteLagResult |
DeleteLagResult.clone() |
DeleteLagResult |
DeleteLagResult.withAllowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
|
DeleteLagResult |
DeleteLagResult.withAwsDevice(String awsDevice)
The Direct Connect endpoint that hosts the LAG.
|
DeleteLagResult |
DeleteLagResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that hosts the LAG.
|
DeleteLagResult |
DeleteLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
DeleteLagResult |
DeleteLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
DeleteLagResult |
DeleteLagResult.withConnectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
DeleteLagResult |
DeleteLagResult.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
DeleteLagResult |
DeleteLagResult.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
DeleteLagResult |
DeleteLagResult.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
DeleteLagResult |
DeleteLagResult.withLagId(String lagId)
The ID of the LAG.
|
DeleteLagResult |
DeleteLagResult.withLagName(String lagName)
The name of the LAG.
|
DeleteLagResult |
DeleteLagResult.withLagState(LagState lagState)
The state of the LAG.
|
DeleteLagResult |
DeleteLagResult.withLagState(String lagState)
The state of the LAG.
|
DeleteLagResult |
DeleteLagResult.withLocation(String location)
The location of the LAG.
|
DeleteLagResult |
DeleteLagResult.withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
DeleteLagResult |
DeleteLagResult.withNumberOfConnections(Integer numberOfConnections)
The number of physical connections bundled by the LAG, up to a maximum of 10.
|
DeleteLagResult |
DeleteLagResult.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the LAG.
|
DeleteLagResult |
DeleteLagResult.withRegion(String region)
The AWS Region where the connection is located.
|
Copyright © 2019. All rights reserved.