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 InterconnectInterconnect. clone()InterconnectInterconnect. withBandwidth(String bandwidth)InterconnectInterconnect. withInterconnectId(String interconnectId)InterconnectInterconnect. withInterconnectName(String interconnectName)InterconnectInterconnect. withInterconnectState(InterconnectState interconnectState)InterconnectInterconnect. withInterconnectState(String interconnectState)InterconnectInterconnect. withLocation(String location)InterconnectInterconnect. 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 DescribeInterconnectsResultDescribeInterconnectsResult. 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 voidDescribeInterconnectsResult. setInterconnects(Collection<Interconnect> interconnects)A list of interconnects.DescribeInterconnectsResultDescribeInterconnectsResult. withInterconnects(Collection<Interconnect> interconnects)A list of interconnects.
-