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.

This operation lists a revision's assets sorted alphabetically in descending order.

Note:

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

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

Syntax

C#
public abstract ListRevisionAssetsResponse ListRevisionAssets(
         ListRevisionAssetsRequest request
)

Parameters

request
Type: Amazon.DataExchange.Model.ListRevisionAssetsRequest

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

Return Value


The response from the ListRevisionAssets service method, as returned by DataExchange.

Exceptions

ExceptionCondition
InternalServerException An exception occurred with the service.
ResourceNotFoundException The resource couldn't be found.
ThrottlingException The limit on the number of requests per second was exceeded.
ValidationException The request was invalid.

Version Information

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

See Also