Uses of Class
com.amazonaws.services.directconnect.model.Interconnect

Packages that use Interconnect
com.amazonaws.services.directconnect.model Classes modeling the various types represented by AmazonDirectConnect. 
 

Uses of Interconnect in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return Interconnect
 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.
 

Methods in com.amazonaws.services.directconnect.model that return types with arguments of type Interconnect
 List<Interconnect> DescribeInterconnectsResult.getInterconnects()
          A list of interconnects.
 

Methods in com.amazonaws.services.directconnect.model with parameters of type Interconnect
 DescribeInterconnectsResult DescribeInterconnectsResult.withInterconnects(Interconnect... interconnects)
          A list of interconnects.
 

Method parameters in com.amazonaws.services.directconnect.model with type arguments of type Interconnect
 void DescribeInterconnectsResult.setInterconnects(Collection<Interconnect> interconnects)
          A list of interconnects.
 DescribeInterconnectsResult DescribeInterconnectsResult.withInterconnects(Collection<Interconnect> interconnects)
          A list of interconnects.
 



Copyright © 2016. All rights reserved.