Skip to content

/AWS1/CL_SE2LISTCONFSETSRSP

A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CONFIGURATIONSETS TYPE /AWS1/CL_SE2CONFSETNAMELIST_W=>TT_CONFIGURATIONSETNAMELIST TT_CONFIGURATIONSETNAMELIST

An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.

IV_NEXTTOKEN TYPE /AWS1/SE2NEXTTOKEN /AWS1/SE2NEXTTOKEN

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.


Queryable Attributes

ConfigurationSets

An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_CONFIGURATIONSETS() Getter for CONFIGURATIONSETS, with configurable default
ASK_CONFIGURATIONSETS() Getter for CONFIGURATIONSETS w/ exceptions if field has no v
HAS_CONFIGURATIONSETS() Determine if CONFIGURATIONSETS has a value

NextToken

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value