| 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 that terminates the physical connection.
|
Connection |
Connection.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
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.withEncryptionMode(String encryptionMode)
The MAC Security (MACsec) connection encryption mode.
|
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 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.withMacSecCapable(Boolean macSecCapable)
Indicates whether the connection supports MAC Security (MACsec).
|
Connection |
Connection.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
Connection |
Connection.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
Connection |
Connection.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the connection.
|
Connection |
Connection.withPartnerName(String partnerName)
The name of the Direct Connect service provider associated with the connection.
|
Connection |
Connection.withPortEncryptionStatus(String portEncryptionStatus)
The MAC Security (MACsec) port link status of the connection.
|
Connection |
Connection.withProviderName(String providerName)
The name of the service provider associated with the connection.
|
Connection |
Connection.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
Connection |
Connection.withTags(Collection<Tag> tags)
The tags associated with the connection.
|
Connection |
Connection.withTags(Tag... tags)
The tags associated with the connection.
|
Connection |
Connection.withVlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
Lag.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
UpdateLagResult.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
DescribeConnectionsResult.getConnections()
The connections.
|
List<Connection> |
DeleteLagResult.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
CreateLagResult.getConnections()
The connections bundled by the LAG.
|
List<Connection> |
DescribeConnectionsOnInterconnectResult.getConnections()
The connections.
|
List<Connection> |
DescribeHostedConnectionsResult.getConnections()
The connections.
|
| Modifier and Type | Method and Description |
|---|---|
Lag |
Lag.withConnections(Connection... connections)
The connections bundled by the LAG.
|
UpdateLagResult |
UpdateLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
The connections.
|
DeleteLagResult |
DeleteLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Connection... connections)
The connections bundled by the LAG.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Connection... connections)
The connections.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Connection... connections)
The connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lag.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
UpdateLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
DescribeConnectionsResult.setConnections(Collection<Connection> connections)
The connections.
|
void |
DeleteLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
CreateLagResult.setConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
void |
DescribeConnectionsOnInterconnectResult.setConnections(Collection<Connection> connections)
The connections.
|
void |
DescribeHostedConnectionsResult.setConnections(Collection<Connection> connections)
The connections.
|
Lag |
Lag.withConnections(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.
|
DeleteLagResult |
DeleteLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
CreateLagResult |
CreateLagResult.withConnections(Collection<Connection> connections)
The connections bundled by the LAG.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(Collection<Connection> connections)
The connections.
|
DescribeHostedConnectionsResult |
DescribeHostedConnectionsResult.withConnections(Collection<Connection> connections)
The connections.
|
Copyright © 2025. All rights reserved.