Package | Description |
---|---|
com.amazonaws.services.directconnect.model | |
com.amazonaws.services.directconnect.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Interconnect> |
DescribeInterconnectsResult.interconnects
A list of interconnects.
|
Modifier and Type | Method and Description |
---|---|
Interconnect |
Interconnect.clone() |
Interconnect |
Interconnect.withBandwidth(java.lang.String bandwidth) |
Interconnect |
Interconnect.withInterconnectId(java.lang.String interconnectId) |
Interconnect |
Interconnect.withInterconnectName(java.lang.String interconnectName) |
Interconnect |
Interconnect.withInterconnectState(InterconnectState interconnectState) |
Interconnect |
Interconnect.withInterconnectState(java.lang.String interconnectState) |
Interconnect |
Interconnect.withLocation(java.lang.String location) |
Interconnect |
Interconnect.withRegion(java.lang.String region) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Interconnect> interconnects)
A list of interconnects.
|
DescribeInterconnectsResult |
DescribeInterconnectsResult.withInterconnects(java.util.Collection<Interconnect> interconnects)
A list of interconnects.
|
Modifier and Type | Method and Description |
---|---|
Interconnect |
InterconnectJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InterconnectJsonMarshaller.marshall(Interconnect interconnect,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|