Java com.amazonaws.services.sns.model SubscribeRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sns.model SubscribeRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sns.model SubscribeRequest.

The text is from its open source code.

Constructor

SubscribeRequest()
Default constructor for SubscribeRequest object.
SubscribeRequest(String topicArn, String protocol, String endpoint)
Constructs a new SubscribeRequest object.

Method

voidsetEndpoint(String endpoint)

The endpoint that you want to receive notifications.

voidsetProtocol(String protocol)

The protocol you want to use.

voidsetTopicArn(String topicArn)

The ARN of the topic you want to subscribe to.

SubscribeRequestwithEndpoint(String endpoint)

The endpoint that you want to receive notifications.

SubscribeRequestwithProtocol(String protocol)

The protocol you want to use.

SubscribeRequestwithTopicArn(String topicArn)

The ARN of the topic you want to subscribe to.