| 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 |
|---|---|
Future<AllocateHostedConnectionResult> |
AbstractAmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest allocateHostedConnectionRequest,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
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.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withConnectionName(String connectionName)
The name of the hosted connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account ID of the customer for the connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withTags(Collection<Tag> tags)
The tags associated with the connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withTags(Tag... tags)
The tags associated with the connection.
|
AllocateHostedConnectionRequest |
AllocateHostedConnectionRequest.withVlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
|
Copyright © 2025. All rights reserved.