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

CreateConfigurationSet() public method

Creates a configuration set.

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.

/// Indicates that the configuration set could not be created because of a naming conflict. /// /// Indicates that the configuration set is invalid. See the error message for details. /// /// Indicates that a resource could not be created because of service limits. For a list /// of Amazon SES limits, see the Amazon /// SES Developer Guide. ///
public CreateConfigurationSet ( CreateConfigurationSetRequest request ) : CreateConfigurationSetResponse
request Amazon.SimpleEmail.Model.CreateConfigurationSetRequest Container for the necessary parameters to execute the CreateConfigurationSet service method.
return CreateConfigurationSetResponse
        public CreateConfigurationSetResponse CreateConfigurationSet(CreateConfigurationSetRequest request)
        {
            var marshaller = new CreateConfigurationSetRequestMarshaller();
            var unmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance;

            return Invoke<CreateConfigurationSetRequest,CreateConfigurationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient