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