AWS SDK for .NET Documentation
Notifications Class
AmazonAmazon.ElasticTranscoder.ModelNotifications Did this page help you?   Yes   No    Tell us about it...
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Declaration Syntax
C#
public class Notifications
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Notifications()()()()
Initializes a new instance of the Notifications class

Completed
Gets and sets the property Completed.

The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
Gets and sets the property Error.

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Progressing
Gets and sets the property Progressing.

The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Warning
Gets and sets the property Warning.

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.


WithCompleted(String) Obsolete.
Sets the Completed property

WithError(String) Obsolete.
Sets the Error property

WithProgressing(String) Obsolete.
Sets the Progressing property

WithWarning(String) Obsolete.
Sets the Warning property

Inheritance Hierarchy
Object
Notifications

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)