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 |
---|---|
CreateConnectionResult |
AmazonDirectConnectClient.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
CreateConnectionResult |
AmazonDirectConnect.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Future<CreateConnectionResult> |
AmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Future<CreateConnectionResult> |
AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Future<CreateConnectionResult> |
AmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Future<CreateConnectionResult> |
AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateConnectionResult> |
AmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Future<CreateConnectionResult> |
AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a new connection between the customer network and a specific
AWS Direct Connect location.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectionRequest |
CreateConnectionRequest.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withConnectionName(String connectionName)
The name of the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withLocation(String location)
Where the connection is located.
|
Copyright © 2014. All rights reserved.