| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.clone() |
Target |
SubscribeRequest.getTarget() |
Target |
Target.withTargetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
|
Target |
Target.withTargetType(String targetType)
The target type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
UpdateNotificationRuleRequest.getTargets()
The address and type of the targets to receive notifications from this notification rule.
|
List<Target> |
CreateNotificationRuleRequest.getTargets()
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscribeRequest.setTarget(Target target) |
SubscribeRequest |
SubscribeRequest.withTarget(Target target) |
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withTargets(Target... targets)
The address and type of the targets to receive notifications from this notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withTargets(Target... targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNotificationRuleRequest.setTargets(Collection<Target> targets)
The address and type of the targets to receive notifications from this notification rule.
|
void |
CreateNotificationRuleRequest.setTargets(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 |
UpdateNotificationRuleRequest.withTargets(Collection<Target> targets)
The address and type of the targets to receive notifications from this notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withTargets(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.
|
Copyright © 2023. All rights reserved.