| 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 |
|---|---|
CreateConnectionResult |
AmazonDirectConnectClient.createConnection(CreateConnectionRequest request)
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.
|
CreateConnectionResult |
AbstractAmazonDirectConnect.createConnection(CreateConnectionRequest request) |
| 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> |
AbstractAmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
CreateConnectionResult.clone() |
CreateConnectionResult |
CreateConnectionResult.withAwsDevice(String awsDevice)
The Direct Connection endpoint which the physical connection terminates on.
|
CreateConnectionResult |
CreateConnectionResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionId(String connectionId) |
CreateConnectionResult |
CreateConnectionResult.withConnectionName(String connectionName) |
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState) |
CreateConnectionResult |
CreateConnectionResult.withConnectionState(String connectionState) |
CreateConnectionResult |
CreateConnectionResult.withLagId(String lagId) |
CreateConnectionResult |
CreateConnectionResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
CreateConnectionResult |
CreateConnectionResult.withLocation(String location) |
CreateConnectionResult |
CreateConnectionResult.withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
|
CreateConnectionResult |
CreateConnectionResult.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withRegion(String region) |
CreateConnectionResult |
CreateConnectionResult.withVlan(Integer vlan) |
Copyright © 2017. All rights reserved.