AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Use this operation in a monitoring account to return the list of sinks created in that account.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListSinksAsync.

Namespace: Amazon.OAM
Assembly: AWSSDK.OAM.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListSinksResponse ListSinks(
         ListSinksRequest request
)

Parameters

request
Type: Amazon.OAM.Model.ListSinksRequest

Container for the necessary parameters to execute the ListSinks service method.

Return Value


The response from the ListSinks service method, as returned by OAM.

Exceptions

ExceptionCondition
InternalServiceException Unexpected error while processing the request. Retry the request.
InvalidParameterException A parameter is specified incorrectly.
ResourceNotFoundException The request references a resource that does not exist.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also