Package org.apache.beam.sdk.io.aws2.sns
Interface SnsClientProvider
-
- All Superinterfaces:
java.io.Serializable
@Deprecated public interface SnsClientProvider extends java.io.SerializableDeprecated.Configure a customClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead.Provides instances of SNS client.Please note, that any instance of
SnsClientProvidermust beSerializableto ensure it can be sent to worker machines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description software.amazon.awssdk.services.sns.SnsClientgetSnsClient()Deprecated.
-