Class | Description |
---|---|
DefaultSnsMessageHandler |
Default handler that implements reasonable behavior for all message types except for
SnsNotification (which must
be implemented in handlers that extend this class). |
SnsMessage |
Base class for SNS message types.
|
SnsMessageHandler |
Handler for the
SnsMessage class hierarchy. |
SnsMessageManager |
Unmarshalls an SNS message and validates it using the SNS public certificate.
|
SnsNotification |
SNS notification message with a subject and message.
|
SnsSubscriptionConfirmation |
After you subscribe an HTTP/HTTPS endpoint, Amazon SNS sends a subscription confirmation message to the HTTP/HTTPS endpoint.
|
SnsUnknownMessage |
Represents a message type sent by SNS that this version of the SDK does not know about.
|
SnsUnknownMessage.Builder |
Builder for
SnsUnknownMessage . |
SnsUnsubscribeConfirmation |
After an HTTP/HTTPS endpoint is unsubscribed from a topic, Amazon SNS sends an unsubscribe confirmation message to the
endpoint.
|
SnsUnsubscribeConfirmation.Builder |
Builder for
SnsUnsubscribeConfirmation . |
Exception | Description |
---|---|
HttpException |
Exception when a non-2xx HTTP response is received.
|
Copyright © 2018. All rights reserved.