Package | Description |
---|---|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
Interconnect |
Interconnect.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
Interconnect |
Interconnect.withInterconnectId(String interconnectId)
The ID of the interconnect.
|
Interconnect |
Interconnect.withInterconnectName(String interconnectName)
The name of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(String interconnectState)
State of the interconnect.
|
Interconnect |
Interconnect.withLocation(String location)
Where the connection is located.
|
Interconnect |
Interconnect.withRegion(String region)
The AWS region where the connection is located.
|
Modifier and Type | Method and Description |
---|---|
List<Interconnect> |
DescribeInterconnectsResult.getInterconnects()
A list of interconnects.
|
Modifier and Type | Method and Description |
---|---|
DescribeInterconnectsResult |
DescribeInterconnectsResult.withInterconnects(Interconnect... interconnects)
A list of interconnects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInterconnectsResult.setInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.
|
DescribeInterconnectsResult |
DescribeInterconnectsResult.withInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.
|
Copyright © 2014. All rights reserved.