| 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 |
|---|---|
DeleteLagResult |
AmazonDirectConnectClient.deleteLag(DeleteLagRequest request)
Deletes the specified link aggregation group (LAG).
|
DeleteLagResult |
AbstractAmazonDirectConnect.deleteLag(DeleteLagRequest request) |
DeleteLagResult |
AmazonDirectConnect.deleteLag(DeleteLagRequest deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request) |
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request) |
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler)
Deletes the specified link aggregation group (LAG).
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteLagResult> |
AmazonDirectConnectAsyncClient.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AbstractAmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest request,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler) |
Future<DeleteLagResult> |
AmazonDirectConnectAsync.deleteLagAsync(DeleteLagRequest deleteLagRequest,
AsyncHandler<DeleteLagRequest,DeleteLagResult> asyncHandler)
Deletes the specified link aggregation group (LAG).
|
| 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.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
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.withEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
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 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.withMacSecCapable(Boolean macSecCapable)
Indicates whether the LAG supports MAC Security (MACsec).
|
DeleteLagResult |
DeleteLagResult.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
DeleteLagResult |
DeleteLagResult.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
DeleteLagResult |
DeleteLagResult.withMinimumLinks(Integer minimumLinks)
The minimum number of physical dedicated connections that must be operational for the LAG itself to be
operational.
|
DeleteLagResult |
DeleteLagResult.withNumberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
DeleteLagResult |
DeleteLagResult.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the LAG.
|
DeleteLagResult |
DeleteLagResult.withProviderName(String providerName)
The name of the service provider associated with the LAG.
|
DeleteLagResult |
DeleteLagResult.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
DeleteLagResult |
DeleteLagResult.withTags(Collection<Tag> tags)
The tags associated with the LAG.
|
DeleteLagResult |
DeleteLagResult.withTags(Tag... tags)
The tags associated with the LAG.
|
Copyright © 2024. All rights reserved.