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

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

Introduction

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

The text is from its open source code.

Method

StringgetEndpoint()

The subscription's endpoint (format depends on the protocol).

StringgetOwner()

The subscription's owner.

StringgetProtocol()

The subscription's protocol.

StringgetSubscriptionArn()

The subscription's ARN.

StringgetTopicArn()

The ARN of the subscription's topic.