@Experimental(SOURCE_SINK)
Package org.apache.beam.sdk.io.aws2.sns
Defines IO connectors for Amazon Web Services SNS.
-
Interface Summary Interface Description SnsAsyncClientProvider Provides instances of Asynchronous SNS client.SnsClientProvider Deprecated. Configure a customClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead. -
Class Summary Class Description PublishResponseCoders Deprecated. Schema based coder is inferred automatically.SnsIO IO to send notifications via SNS.SnsIO.RetryConfiguration Deprecated. UseRetryConfigurationinstead to delegate retries to the AWS SDK.SnsIO.Write<T> Implementation ofSnsIO.write().SnsIO.WriteAsync<T> Deprecated. Please useSnsIO.write()to avoid the risk of data loss. -
Exception Summary Exception Description SnsIO.SnsWriteException Exception class for SNS write exceptions.