| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
Connection.withAwsDevice(String awsDevice)
The Direct Connection endpoint which the physical connection terminates on.
|
Connection |
Connection.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
Connection |
Connection.withConnectionId(String connectionId) |
Connection |
Connection.withConnectionName(String connectionName) |
Connection |
Connection.withConnectionState(ConnectionState connectionState) |
Connection |
Connection.withConnectionState(String connectionState) |
Connection |
Connection.withLagId(String lagId) |
Connection |
Connection.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
Connection |
Connection.withLocation(String location) |
Connection |
Connection.withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
|
Connection |
Connection.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
Connection |
Connection.withRegion(String region) |
Connection |
Connection.withVlan(Integer vlan) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
UpdateLagResult.getConnections()
A list of connections bundled by this LAG.
|
List<Connection> |
DescribeConnectionsResult.getConnections()
A list of connections.
|
List<Connection> |
Lag.getConnections()
A list of connections bundled by this LAG.
|
List<Connection> |
CreateLagResult.getConnections()
A list of connections bundled by this LAG.
|
List<Connection> |
DescribeHostedConnectionsResult.getConnections()
A list of connections.
|
List<Connection> |
DescribeConnectionsOnInterconnectResult.getConnections()
A list of connections.
|
List<Connection> |
DeleteLagResult.getConnections()
A list of connections bundled by this LAG.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLagResult |
UpdateLagResult.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
A list of connections.
|
Lag |
Lag.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Connection... connections)
A list of connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Connection... connections)
A list of connections.
|
DeleteLagResult |
DeleteLagResult.withConnections(Connection... connections)
A list of connections bundled by this LAG.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLagResult.setConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
void |
DescribeConnectionsResult.setConnections(Collection<Connection> connections)
A list of connections.
|
void |
Lag.setConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
void |
CreateLagResult.setConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
void |
DescribeHostedConnectionsResult.setConnections(Collection<Connection> connections)
A list of connections.
|
void |
DescribeConnectionsOnInterconnectResult.setConnections(Collection<Connection> connections)
A list of connections.
|
void |
DeleteLagResult.setConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Collection<Connection> connections)
A list of connections.
|
Lag |
Lag.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Collection<Connection> connections)
A list of connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Collection<Connection> connections)
A list of connections.
|
DeleteLagResult |
DeleteLagResult.withConnections(Collection<Connection> connections)
A list of connections bundled by this LAG.
|
Copyright © 2018. All rights reserved.