| 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 |
|---|---|
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest allocateHostedConnectionRequest,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler)
Creates a hosted connection on an interconnect or a link aggregation group (LAG).
|
Future<AllocateHostedConnectionResult> |
AbstractAmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsyncClient.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.clone() |
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withConnectionId(String connectionId)
The ID of the interconnect or LAG on which the connection will be provisioned.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withConnectionName(String connectionName)
The name of the provisioned connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withOwnerAccount(String ownerAccount)
The numeric account ID of the customer for whom the connection will be provisioned.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withVlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
|
Copyright © 2018. All rights reserved.