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 your jobs sorted by CreatedAt in descending order.

Note:

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

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

Syntax

C#
public virtual ListJobsResponse ListJobs(
         ListJobsRequest request
)

Parameters

request
Type: Amazon.DataExchange.Model.ListJobsRequest

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

Return Value


The response from the ListJobs 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