Uses of Class
software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
Packages that use SnsConfiguration Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of SnsConfiguration in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return SnsConfiguration Modifier and Type Method Description SnsConfigurationAccountSettingsNotificationConfiguration. snsConfiguration()Returns the value of the SnsConfiguration property for this object.SnsConfigurationNotificationConfiguration. snsConfiguration()Details about the Amazon Simple Notification Service (SNS) configuration.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type SnsConfiguration Modifier and Type Method Description AccountSettingsNotificationConfiguration.BuilderAccountSettingsNotificationConfiguration.Builder. snsConfiguration(SnsConfiguration snsConfiguration)Sets the value of the SnsConfiguration property for this object.NotificationConfiguration.BuilderNotificationConfiguration.Builder. snsConfiguration(SnsConfiguration snsConfiguration)Details about the Amazon Simple Notification Service (SNS) configuration.
-