| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
Connection.withAwsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
Connection |
Connection.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the physical connection terminates.
|
Connection |
Connection.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
Connection |
Connection.withConnectionId(String connectionId)
The ID of the connection.
|
Connection |
Connection.withConnectionName(String connectionName)
The name of the connection.
|
Connection |
Connection.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
Connection |
Connection.withConnectionState(String connectionState)
The state of the connection.
|
Connection |
Connection.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Connection |
Connection.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Connection |
Connection.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
Connection |
Connection.withLagId(String lagId)
The ID of the LAG.
|
Connection |
Connection.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
Connection |
Connection.withLocation(String location)
The location of the connection.
|
Connection |
Connection.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the connection.
|
Connection |
Connection.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
Connection |
Connection.withRegion(String region)
The AWS Region where the connection is located.
|
Connection |
Connection.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
UpdateLagResult.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
DescribeConnectionsResult.getConnections()
The connections.
|
List<Connection> |
Lag.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
CreateLagResult.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
DescribeHostedConnectionsResult.getConnections()
The connections.
|
List<Connection> |
DescribeConnectionsOnInterconnectResult.getConnections()
The connections.
|
List<Connection> |
DeleteLagResult.getConnections()
The connections bundled by the LAG.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLagResult |
UpdateLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
The connections.
|
Lag |
Lag.withConnections(Connection... connections)
The connections bundled by the LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Connection... connections)
The connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Connection... connections)
The connections.
|
DeleteLagResult |
DeleteLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
DescribeConnectionsResult.setConnections(Collection<Connection> connections)
The connections.
|
void |
Lag.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
CreateLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
DescribeHostedConnectionsResult.setConnections(Collection<Connection> connections)
The connections.
|
void |
DescribeConnectionsOnInterconnectResult.setConnections(Collection<Connection> connections)
The connections.
|
void |
DeleteLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Collection<Connection> connections)
The connections.
|
Lag |
Lag.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Collection<Connection> connections)
The connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Collection<Connection> connections)
The connections.
|
DeleteLagResult |
DeleteLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
Copyright © 2019. All rights reserved.