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