Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.DescribeConnections C# (CSharp) Метод

DescribeConnections() публичный Метод

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
/// The resource could not be found. ///
public DescribeConnections ( DescribeConnectionsRequest request ) : DescribeConnectionsResponse
request DescribeConnectionsRequest Container for the necessary parameters to execute the DescribeConnections service method.
Результат DescribeConnectionsResponse
        public DescribeConnectionsResponse DescribeConnections(DescribeConnectionsRequest request)
        {
            var marshaller = new DescribeConnectionsRequestMarshaller();
            var unmarshaller = DescribeConnectionsResponseUnmarshaller.Instance;

            return Invoke<DescribeConnectionsRequest,DescribeConnectionsResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient