@Experimental(value=SOURCE_SINK)
See: Description
| Interface | Description | 
|---|---|
| SnsAsyncClientProvider | Provides instances of Asynchronous SNS client. | 
| SnsClientProvider | Provides instances of SNS client. | 
| Class | Description | 
|---|---|
| PublishResponseCoders | Coders for SNS  PublishResponse. | 
| SnsCoderProviderRegistrar | A  CoderProviderRegistrarfor standard types used withSnsIO. | 
| SnsIO | PTransforms for writing to SNS. | 
| SnsIO.RetryConfiguration | A POJO encapsulating a configuration for retry behavior when issuing requests to SNS. | 
| 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. |