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