Uses of Class
com.amazonaws.services.directconnect.model.Connection
Packages that use Connection
-
Uses of Connection in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return ConnectionModifier and TypeMethodDescriptionConnection.clone()
Connection.withBandwidth
(String bandwidth) Bandwidth of the connection.Connection.withConnectionId
(String connectionId) Connection.withConnectionName
(String connectionName) Connection.withConnectionState
(ConnectionState connectionState) Connection.withConnectionState
(String connectionState) Connection.withLocation
(String location) Connection.withOwnerAccount
(String ownerAccount) The AWS account that will own the new connection.Connection.withPartnerName
(String partnerName) The name of the AWS Direct Connect service provider associated with the connection.Connection.withRegion
(String region) Methods in com.amazonaws.services.directconnect.model that return types with arguments of type ConnectionModifier and TypeMethodDescriptionDescribeConnectionsOnInterconnectResult.getConnections()
A list of connections.DescribeConnectionsResult.getConnections()
A list of connections.Methods in com.amazonaws.services.directconnect.model with parameters of type ConnectionModifier and TypeMethodDescriptionDescribeConnectionsOnInterconnectResult.withConnections
(Connection... connections) A list of connections.DescribeConnectionsResult.withConnections
(Connection... connections) A list of connections.Method parameters in com.amazonaws.services.directconnect.model with type arguments of type ConnectionModifier and TypeMethodDescriptionvoid
DescribeConnectionsOnInterconnectResult.setConnections
(Collection<Connection> connections) A list of connections.void
DescribeConnectionsResult.setConnections
(Collection<Connection> connections) A list of connections.DescribeConnectionsOnInterconnectResult.withConnections
(Collection<Connection> connections) A list of connections.DescribeConnectionsResult.withConnections
(Collection<Connection> connections) A list of connections.