| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static SnsTopicConfiguration.Builder |
SnsTopicConfiguration.builder() |
SnsTopicConfiguration.Builder |
SnsTopicConfiguration.toBuilder() |
SnsTopicConfiguration.Builder |
SnsTopicConfiguration.Builder.topicPolicy(String topicPolicy)
The JSON policy text that defines who can access an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnsTopicConfiguration.Builder> |
SnsTopicConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.fromSnsTopic(Consumer<SnsTopicConfiguration.Builder> snsTopic)
Create an instance of this class with
Configuration.snsTopic() initialized to the given value. |
default Configuration.Builder |
Configuration.Builder.snsTopic(Consumer<SnsTopicConfiguration.Builder> snsTopic)
The access control configuration is for an Amazon SNS topic
|
Copyright © 2023. All rights reserved.