Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteConfigurationSet C# (CSharp) 메소드

DeleteConfigurationSet() 공개 메소드

Deletes 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 does not exist. ///
public DeleteConfigurationSet ( DeleteConfigurationSetRequest request ) : DeleteConfigurationSetResponse
request DeleteConfigurationSetRequest Container for the necessary parameters to execute the DeleteConfigurationSet service method.
리턴 DeleteConfigurationSetResponse
        public DeleteConfigurationSetResponse DeleteConfigurationSet(DeleteConfigurationSetRequest request)
        {
            var marshaller = new DeleteConfigurationSetRequestMarshaller();
            var unmarshaller = DeleteConfigurationSetResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationSetRequest,DeleteConfigurationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient