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.

Container for the parameters to the ListImportJobs operation. Lists all of the import jobs.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmailV2.AmazonSimpleEmailServiceV2Request
      Amazon.SimpleEmailV2.Model.ListImportJobsRequest

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

Syntax

C#
public class ListImportJobsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The ListImportJobsRequest type exposes the following members

Constructors

NameDescription
Public Method ListImportJobsRequest()

Properties

NameTypeDescription
Public Property ImportDestinationType Amazon.SimpleEmailV2.ImportDestinationType

Gets and sets the property ImportDestinationType.

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

Public Property NextToken System.String

Gets and sets the property NextToken.

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

Public Property PageSize System.Int32

Gets and sets the property PageSize.

Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

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