Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.clone() |
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.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> |
DescribeConnectionsResult.getConnections()
A list of connections.
|
List<Connection> |
DescribeConnectionsOnInterconnectResult.getConnections()
A list of connections.
|
Modifier and Type | Method and Description |
---|---|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
A list of connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Connection... connections)
A list of connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConnectionsResult.setConnections(Collection<Connection> connections)
A list of connections.
|
void |
DescribeConnectionsOnInterconnectResult.setConnections(Collection<Connection> connections)
A list of connections.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Collection<Connection> connections)
A list of connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Collection<Connection> connections)
A list of connections.
|
Copyright © 2018. All rights reserved.