| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10
gigabit Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateConnectionWithLagResult |
AmazonDirectConnectClient.associateConnectionWithLag(AssociateConnectionWithLagRequest request)
Associates an existing connection with a link aggregation group (LAG).
|
AssociateConnectionWithLagResult |
AmazonDirectConnect.associateConnectionWithLag(AssociateConnectionWithLagRequest associateConnectionWithLagRequest)
Associates an existing connection with a link aggregation group (LAG).
|
AssociateConnectionWithLagResult |
AbstractAmazonDirectConnect.associateConnectionWithLag(AssociateConnectionWithLagRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateConnectionWithLagResult> |
AmazonDirectConnectAsync.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest associateConnectionWithLagRequest,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler)
Associates an existing connection with a link aggregation group (LAG).
|
Future<AssociateConnectionWithLagResult> |
AbstractAmazonDirectConnectAsync.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest request,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler) |
Future<AssociateConnectionWithLagResult> |
AmazonDirectConnectAsyncClient.associateConnectionWithLagAsync(AssociateConnectionWithLagRequest request,
AsyncHandler<AssociateConnectionWithLagRequest,AssociateConnectionWithLagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.clone() |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withAwsDevice(String awsDevice)
Deprecated in favor of awsDeviceV2.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connection endpoint which the physical connection terminates on.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withConnectionId(String connectionId) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withConnectionName(String connectionName) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withConnectionState(ConnectionState connectionState) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withConnectionState(String connectionState) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withLagId(String lagId) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withLocation(String location) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withRegion(String region) |
AssociateConnectionWithLagResult |
AssociateConnectionWithLagResult.withVlan(Integer vlan) |
Copyright © 2018. All rights reserved.