@Experimental(value=SOURCE_SINK)
See: Description
Interface | Description |
---|---|
SnsAsyncClientProvider |
Provides instances of Asynchronous SNS client.
|
SnsClientProvider | Deprecated
Configure a custom
ClientBuilderFactory
using AwsOptions.getClientBuilderFactory() instead. |
Class | Description |
---|---|
PublishResponseCoders | Deprecated
Schema based coder is inferred automatically.
|
SnsIO |
IO to send notifications via SNS.
|
SnsIO.RetryConfiguration | Deprecated
Use
RetryConfiguration instead to
delegate retries to the AWS SDK. |
SnsIO.Write<T> |
Implementation of
SnsIO.write() . |
SnsIO.WriteAsync<T> | Deprecated
Please use
SnsIO.write() to avoid the risk of data loss. |
Exception | Description |
---|---|
SnsIO.SnsWriteException |
Exception class for SNS write exceptions.
|