| 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.withApplicationSuccessFeedbackRoleArn(String applicationSuccessFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application
endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withFirehoseFailureFeedbackRoleArn(String firehoseFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data
Firehose endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withFirehoseSuccessFeedbackRoleArn(String firehoseSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data
Firehose endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withHttpFailureFeedbackRoleArn(String httpFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withHttpSuccessFeedbackRoleArn(String httpSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.
|
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.withSqsFailureFeedbackRoleArn(String sqsFailureFeedbackRoleArn)
Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSqsSuccessFeedbackRoleArn(String sqsSuccessFeedbackRoleArn)
Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS
endpoint.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSubscription(AwsSnsTopicSubscription... subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSubscription(Collection<AwsSnsTopicSubscription> subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withTopicName(String topicName)
The name of the Amazon SNS 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 © 2022. All rights reserved.