Package | Description |
---|---|
com.amazonaws.services.directconnect.model | |
com.amazonaws.services.directconnect.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Connection> |
DescribeConnectionsResult.connections
A list of connections.
|
private SdkInternalList<Connection> |
DescribeConnectionsOnInterconnectResult.connections
A list of connections.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.clone() |
Connection |
Connection.withBandwidth(java.lang.String bandwidth)
Bandwidth of the connection.
|
Connection |
Connection.withConnectionId(java.lang.String connectionId) |
Connection |
Connection.withConnectionName(java.lang.String connectionName) |
Connection |
Connection.withConnectionState(ConnectionState connectionState) |
Connection |
Connection.withConnectionState(java.lang.String connectionState) |
Connection |
Connection.withLocation(java.lang.String location) |
Connection |
Connection.withOwnerAccount(java.lang.String ownerAccount)
The AWS account that will own the new connection.
|
Connection |
Connection.withPartnerName(java.lang.String partnerName)
The name of the AWS Direct Connect service provider associated with the
connection.
|
Connection |
Connection.withRegion(java.lang.String region) |
Connection |
Connection.withVlan(java.lang.Integer vlan) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Connection> |
DescribeConnectionsResult.getConnections()
A list of connections.
|
java.util.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(java.util.Collection<Connection> connections)
A list of connections.
|
void |
DescribeConnectionsOnInterconnectResult.setConnections(java.util.Collection<Connection> connections)
A list of connections.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(java.util.Collection<Connection> connections)
A list of connections.
|
DescribeConnectionsOnInterconnectResult |
DescribeConnectionsOnInterconnectResult.withConnections(java.util.Collection<Connection> connections)
A list of connections.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionJsonMarshaller.marshall(Connection connection,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|