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.

List the custom routing accelerators for an Amazon Web Services account.

Note:

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

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

Syntax

C#
public virtual ListCustomRoutingAcceleratorsResponse ListCustomRoutingAccelerators(
         ListCustomRoutingAcceleratorsRequest request
)

Parameters

request
Type: Amazon.GlobalAccelerator.Model.ListCustomRoutingAcceleratorsRequest

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

Return Value


The response from the ListCustomRoutingAccelerators service method, as returned by GlobalAccelerator.

Exceptions

ExceptionCondition
InternalServiceErrorException There was an internal error for Global Accelerator.
InvalidArgumentException An argument that you specified is invalid.
InvalidNextTokenException There isn't another item to return.

Version Information

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

See Also