| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
Target |
SubscribeRequest.target()
Returns the value of the Target property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
CreateNotificationRuleRequest.targets()
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
List<Target> |
UpdateNotificationRuleRequest.targets()
The address and type of the targets to receive notifications from this notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeRequest.Builder |
SubscribeRequest.Builder.target(Target target)
Sets the value of the Target property for this object.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Target... targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Target... targets)
The address and type of the targets to receive notifications from this notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Collection<Target> targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Collection<Target> targets)
The address and type of the targets to receive notifications from this notification rule.
|
Copyright © 2023. All rights reserved.