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 ListBatchJobDefinitions operation. Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MainframeModernization.AmazonMainframeModernizationRequest
      Amazon.MainframeModernization.Model.ListBatchJobDefinitionsRequest

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

Syntax

C#
public class ListBatchJobDefinitionsRequest : AmazonMainframeModernizationRequest
         IAmazonWebServiceRequest

The ListBatchJobDefinitionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The identifier of the application.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of batch job definitions to return.

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Public Property Prefix System.String

Gets and sets the property Prefix.

If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.

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