| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
Synchronous and asynchronous client classes for accessing AmazonDirectConnect.
|
| com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AllocateConnectionOnInterconnectResult> |
AmazonDirectConnectAsync.allocateConnectionOnInterconnectAsync(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest,
AsyncHandler<AllocateConnectionOnInterconnectRequest,AllocateConnectionOnInterconnectResult> asyncHandler)
Creates a hosted connection on an interconnect.
|
Future<AllocateConnectionOnInterconnectResult> |
AmazonDirectConnectAsyncClient.allocateConnectionOnInterconnectAsync(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest,
AsyncHandler<AllocateConnectionOnInterconnectRequest,AllocateConnectionOnInterconnectResult> asyncHandler)
Creates a hosted connection on an interconnect.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.clone() |
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.withConnectionName(String connectionName)
Name of the provisioned connection.
|
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.withInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.withOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be
provisioned.
|
AllocateConnectionOnInterconnectRequest |
AllocateConnectionOnInterconnectRequest.withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
Copyright © 2015. All rights reserved.