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

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

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

Methods in com.amazonaws.services.directconnect.model that return Connection
 Connection Connection.withBandwidth(String bandwidth)
          Bandwidth of the connection.
 Connection Connection.withConnectionId(String connectionId)
          ID of the connection.
 Connection Connection.withConnectionName(String connectionName)
          The name of the connection.
 Connection Connection.withConnectionState(ConnectionState connectionState)
          State of the connection.
 Connection Connection.withConnectionState(String connectionState)
          State of the connection.
 Connection Connection.withLocation(String location)
          Where the connection is located.
 Connection Connection.withOwnerAccount(String ownerAccount)
          Sets the value of the OwnerAccount property for this object.
 Connection Connection.withPartnerName(String partnerName)
          Sets the value of the PartnerName property for this object.
 Connection Connection.withRegion(String region)
          The AWS region where the connection is located.
 Connection Connection.withVlan(Integer vlan)
          The VLAN ID.
 

Methods in com.amazonaws.services.directconnect.model that return types with arguments of type Connection
 List<Connection> DescribeConnectionsResult.getConnections()
          A list of connections.
 List<Connection> DescribeConnectionsOnInterconnectResult.getConnections()
          A list of connections.
 

Methods in com.amazonaws.services.directconnect.model with parameters of type Connection
 DescribeConnectionsResult DescribeConnectionsResult.withConnections(Connection... connections)
          A list of connections.
 DescribeConnectionsOnInterconnectResult DescribeConnectionsOnInterconnectResult.withConnections(Connection... connections)
          A list of connections.
 

Method parameters in com.amazonaws.services.directconnect.model with type arguments of type Connection
 void DescribeConnectionsResult.setConnections(Collection<Connection> connections)
          A list of connections.
 void DescribeConnectionsOnInterconnectResult.setConnections(Collection<Connection> connections)
          A list of connections.
 DescribeConnectionsResult DescribeConnectionsResult.withConnections(Collection<Connection> connections)
          A list of connections.
 DescribeConnectionsOnInterconnectResult DescribeConnectionsOnInterconnectResult.withConnections(Collection<Connection> connections)
          A list of connections.
 



Copyright © 2016. All rights reserved.