C# Class Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ConfirmSubscriptionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ConfirmSubscriptionRequest ( string topicArn, string token ) : System

Instantiates ConfirmSubscriptionRequest with the parameterized properties

ConfirmSubscriptionRequest ( string topicArn, string token, string authenticateOnUnsubscribe ) : System

Instantiates ConfirmSubscriptionRequest with the parameterized properties

Private Methods

Méthode Description
IsSetAuthenticateOnUnsubscribe ( ) : bool
IsSetToken ( ) : bool
IsSetTopicArn ( ) : bool

Method Details

ConfirmSubscriptionRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ConfirmSubscriptionRequest ( ) : System
Résultat System

ConfirmSubscriptionRequest() public méthode

Instantiates ConfirmSubscriptionRequest with the parameterized properties
public ConfirmSubscriptionRequest ( string topicArn, string token ) : System
topicArn string The ARN of the topic for which you wish to confirm a subscription.
token string Short-lived token sent to an endpoint during the Subscribe action.
Résultat System

ConfirmSubscriptionRequest() public méthode

Instantiates ConfirmSubscriptionRequest with the parameterized properties
public ConfirmSubscriptionRequest ( string topicArn, string token, string authenticateOnUnsubscribe ) : System
topicArn string The ARN of the topic for which you wish to confirm a subscription.
token string Short-lived token sent to an endpoint during the Subscribe action.
authenticateOnUnsubscribe string Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
Résultat System