Uses of Class
com.amazonaws.services.directconnect.model.Connection
-
Packages that use Connection Package Description com.amazonaws.services.directconnect.model -
-
Uses of Connection in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return Connection Modifier and Type Method Description ConnectionConnection. clone()ConnectionConnection. withBandwidth(String bandwidth)Bandwidth of the connection.ConnectionConnection. withConnectionId(String connectionId)ConnectionConnection. withConnectionName(String connectionName)ConnectionConnection. withConnectionState(ConnectionState connectionState)ConnectionConnection. withConnectionState(String connectionState)ConnectionConnection. withLocation(String location)ConnectionConnection. withOwnerAccount(String ownerAccount)The AWS account that will own the new connection.ConnectionConnection. withPartnerName(String partnerName)The name of the AWS Direct Connect service provider associated with the connection.ConnectionConnection. withRegion(String region)ConnectionConnection. withVlan(Integer vlan)Methods in com.amazonaws.services.directconnect.model that return types with arguments of type Connection Modifier and Type Method Description List<Connection>DescribeConnectionsOnInterconnectResult. getConnections()A list of connections.List<Connection>DescribeConnectionsResult. getConnections()A list of connections.Methods in com.amazonaws.services.directconnect.model with parameters of type Connection Modifier and Type Method Description DescribeConnectionsOnInterconnectResultDescribeConnectionsOnInterconnectResult. withConnections(Connection... connections)A list of connections.DescribeConnectionsResultDescribeConnectionsResult. withConnections(Connection... connections)A list of connections.Method parameters in com.amazonaws.services.directconnect.model with type arguments of type Connection Modifier and Type Method Description voidDescribeConnectionsOnInterconnectResult. setConnections(Collection<Connection> connections)A list of connections.voidDescribeConnectionsResult. setConnections(Collection<Connection> connections)A list of connections.DescribeConnectionsOnInterconnectResultDescribeConnectionsOnInterconnectResult. withConnections(Collection<Connection> connections)A list of connections.DescribeConnectionsResultDescribeConnectionsResult. withConnections(Collection<Connection> connections)A list of connections.
-