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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateConnectionResult |
CreateConnectionResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionId(String connectionId)
ID of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionName(String connectionName)
The name of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(String connectionState)
State of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withLocation(String location)
Where the connection is located.
|
CreateConnectionResult |
CreateConnectionResult.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
CreateConnectionResult |
CreateConnectionResult.withPartnerName(String partnerName)
Sets the value of the PartnerName property for this object.
|
CreateConnectionResult |
CreateConnectionResult.withRegion(String region)
The AWS region where the connection is located.
|
CreateConnectionResult |
CreateConnectionResult.withVlan(Integer vlan)
The VLAN ID.
|
Copyright © 2014. All rights reserved.