Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListConfigurationSets C# (CSharp) Method

ListConfigurationSets() public method

Lists the configuration sets associated with your AWS account.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second and can return up to 50 configuration sets at a time.

public ListConfigurationSets ( ListConfigurationSetsRequest request ) : ListConfigurationSetsResponse
request ListConfigurationSetsRequest Container for the necessary parameters to execute the ListConfigurationSets service method.
return ListConfigurationSetsResponse
        public ListConfigurationSetsResponse ListConfigurationSets(ListConfigurationSetsRequest request)
        {
            var marshaller = new ListConfigurationSetsRequestMarshaller();
            var unmarshaller = ListConfigurationSetsResponseUnmarshaller.Instance;

            return Invoke<ListConfigurationSetsRequest,ListConfigurationSetsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient