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.

Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.

We recommend that you use DescribeManagedPrefixLists instead.

Note:

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

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

Syntax

C#
public abstract DescribePrefixListsResponse DescribePrefixLists(
         DescribePrefixListsRequest request
)

Parameters

request
Type: Amazon.EC2.Model.DescribePrefixListsRequest

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

Return Value


The response from the DescribePrefixLists service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also