| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
TargetSummary |
TargetSummary.clone() |
TargetSummary |
TargetSummary.withTargetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
|
TargetSummary |
TargetSummary.withTargetStatus(String targetStatus)
The status of the target.
|
TargetSummary |
TargetSummary.withTargetStatus(TargetStatus targetStatus)
The status of the target.
|
TargetSummary |
TargetSummary.withTargetType(String targetType)
The type of the target (for example,
SNS). |
| Modifier and Type | Method and Description |
|---|---|
List<TargetSummary> |
DescribeNotificationRuleResult.getTargets()
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
List<TargetSummary> |
ListTargetsResult.getTargets()
The list of notification rule targets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withTargets(TargetSummary... targets)
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
ListTargetsResult |
ListTargetsResult.withTargets(TargetSummary... targets)
The list of notification rule targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationRuleResult.setTargets(Collection<TargetSummary> targets)
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
void |
ListTargetsResult.setTargets(Collection<TargetSummary> targets)
The list of notification rule targets.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withTargets(Collection<TargetSummary> targets)
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
ListTargetsResult |
ListTargetsResult.withTargets(Collection<TargetSummary> targets)
The list of notification rule targets.
|
Copyright © 2023. All rights reserved.