Amazon.DirectConnect.AmazonDirectConnectClient.DescribeConnections C# (CSharp) Method

DescribeConnections() public method

Displays all connections in this region.

If a connection ID is provided, the call returns only that particular connection.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public DescribeConnections ( ) : DescribeConnectionsResponse
return DescribeConnectionsResponse
        public DescribeConnectionsResponse DescribeConnections()
        {
            return DescribeConnections(new DescribeConnectionsRequest());
        }

Same methods

AmazonDirectConnectClient::DescribeConnections ( DescribeConnectionsRequest request ) : DescribeConnectionsResponse
AmazonDirectConnectClient