Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.SnsTopicConfiguration
-
Packages that use SnsTopicConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of SnsTopicConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return SnsTopicConfiguration Modifier and Type Method Description SnsTopicConfigurationConfiguration. snsTopic()The access control configuration is for an Amazon SNS topicMethods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type SnsTopicConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromSnsTopic(SnsTopicConfiguration snsTopic)Create an instance of this class withConfiguration.snsTopic()initialized to the given value.Configuration.BuilderConfiguration.Builder. snsTopic(SnsTopicConfiguration snsTopic)The access control configuration is for an Amazon SNS topic
-