Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
Connection |
Connection.withConnectionId(String connectionId)
ID of the connection.
|
Connection |
Connection.withConnectionName(String connectionName)
The name of the connection.
|
Connection |
Connection.withConnectionState(ConnectionState connectionState)
State of the connection.
|
Connection |
Connection.withConnectionState(String connectionState)
State of the connection.
|
Connection |
Connection.withLocation(String location)
Where the connection is located.
|
Connection |
Connection.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
Connection |
Connection.withPartnerName(String partnerName)
Sets the value of the PartnerName property for this object.
|
Connection |
Connection.withRegion(String region)
The AWS region where the connection is located.
|
Connection |
Connection.withVlan(Integer vlan)
The VLAN ID.
|
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 © 2014. All rights reserved.