| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSnsTopicDetails |
AwsSnsTopicDetails.clone() |
AwsSnsTopicDetails |
ResourceDetails.getAwsSnsTopic()
Details about an SNS topic.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withKmsMasterKeyId(String kmsMasterKeyId)
The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withOwner(String owner)
The subscription's owner.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSubscription(AwsSnsTopicSubscription... subscription)
Subscription is an embedded property that describes the subscription endpoints of an SNS topic.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSubscription(Collection<AwsSnsTopicSubscription> subscription)
Subscription is an embedded property that describes the subscription endpoints of an SNS topic.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withTopicName(String topicName)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsSnsTopic(AwsSnsTopicDetails awsSnsTopic)
Details about an SNS topic.
|
ResourceDetails |
ResourceDetails.withAwsSnsTopic(AwsSnsTopicDetails awsSnsTopic)
Details about an SNS topic.
|
Copyright © 2021. All rights reserved.