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 |
---|---|
AllocateConnectionOnInterconnectResult |
AmazonDirectConnectClient.allocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest)
Creates a hosted connection on an interconnect.
|
AllocateConnectionOnInterconnectResult |
AmazonDirectConnect.allocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest allocateConnectionOnInterconnectRequest)
Creates a hosted connection on an interconnect.
|
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 |
---|---|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionId(String connectionId)
ID of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionName(String connectionName)
The name of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withConnectionState(String connectionState)
State of the connection.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withLocation(String location)
Where the connection is located.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withPartnerName(String partnerName)
Sets the value of the PartnerName property for this object.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withRegion(String region)
The AWS region where the connection is located.
|
AllocateConnectionOnInterconnectResult |
AllocateConnectionOnInterconnectResult.withVlan(Integer vlan)
The VLAN ID.
|
Copyright © 2014. All rights reserved.