Uses of Class
com.amazonaws.services.directconnect.model.Interconnect
-
Packages that use Interconnect Package Description com.amazonaws.services.directconnect.model -
-
Uses of Interconnect in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return Interconnect Modifier and Type Method Description Interconnect
Interconnect. clone()
Interconnect
Interconnect. withBandwidth(String bandwidth)
Interconnect
Interconnect. withInterconnectId(String interconnectId)
Interconnect
Interconnect. withInterconnectName(String interconnectName)
Interconnect
Interconnect. withInterconnectState(InterconnectState interconnectState)
Interconnect
Interconnect. withInterconnectState(String interconnectState)
Interconnect
Interconnect. withLocation(String location)
Interconnect
Interconnect. withRegion(String region)
Methods in com.amazonaws.services.directconnect.model that return types with arguments of type Interconnect Modifier and Type Method Description List<Interconnect>
DescribeInterconnectsResult. getInterconnects()
A list of interconnects.Methods in com.amazonaws.services.directconnect.model with parameters of type Interconnect Modifier and Type Method Description DescribeInterconnectsResult
DescribeInterconnectsResult. withInterconnects(Interconnect... interconnects)
A list of interconnects.Method parameters in com.amazonaws.services.directconnect.model with type arguments of type Interconnect Modifier and Type Method Description void
DescribeInterconnectsResult. setInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.DescribeInterconnectsResult
DescribeInterconnectsResult. withInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.
-