| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSnsTopicSubscription |
AwsSnsTopicSubscription.clone() |
AwsSnsTopicSubscription |
AwsSnsTopicSubscription.withEndpoint(String endpoint)
The subscription's endpoint (format depends on the protocol).
|
AwsSnsTopicSubscription |
AwsSnsTopicSubscription.withProtocol(String protocol)
The subscription's protocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsSnsTopicSubscription> |
AwsSnsTopicDetails.getSubscription()
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSnsTopicDetails |
AwsSnsTopicDetails.withSubscription(AwsSnsTopicSubscription... subscription)
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSnsTopicDetails.setSubscription(Collection<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.
|
Copyright © 2022. All rights reserved.