| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model | |
| software.amazon.awssdk.services.codestarnotifications.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TargetSummary> |
ListTargetsResponse.targets()
The list of notification rule targets.
|
List<TargetSummary> |
DescribeNotificationRuleResponse.targets()
A list of the SNS topics associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsResponse.Builder |
ListTargetsResponse.Builder.targets(TargetSummary... targets)
The list of notification rule targets.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.targets(TargetSummary... targets)
A list of the SNS topics associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsResponse.Builder |
ListTargetsResponse.Builder.targets(Collection<TargetSummary> targets)
The list of notification rule targets.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.targets(Collection<TargetSummary> targets)
A list of the SNS topics associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TargetSummary> |
ListTargetsIterable.targets()
Returns an iterable to iterate through the paginated
ListTargetsResponse.targets() member. |
SdkPublisher<TargetSummary> |
ListTargetsPublisher.targets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.