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.
Displays a list of categories for all event source types, or, if specified, for a specified source type.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeEventCategoriesAsync.
Namespace: Amazon.Neptune
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public abstract DescribeEventCategoriesResponse DescribeEventCategories( DescribeEventCategoriesRequest request )
Container for the necessary parameters to execute the DescribeEventCategories service method.
This example lists all DB instance event categories.
var response = client.DescribeEventCategories(new DescribeEventCategoriesRequest { SourceType = "db-instance" });
.NET Framework:
Supported in: 4.5 and newer, 3.5