Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.TargetSummary
-
Packages that use TargetSummary Package Description software.amazon.awssdk.services.codestarnotifications.model software.amazon.awssdk.services.codestarnotifications.paginators -
-
Uses of TargetSummary in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type TargetSummary Modifier and Type Method Description List<TargetSummary>DescribeNotificationRuleResponse. targets()A list of the Chatbot topics and Chatbot clients associated with the notification rule.List<TargetSummary>ListTargetsResponse. targets()The list of notification rule targets.Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type TargetSummary Modifier and Type Method Description DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. targets(TargetSummary... targets)A list of the Chatbot topics and Chatbot clients associated with the notification rule.ListTargetsResponse.BuilderListTargetsResponse.Builder. targets(TargetSummary... targets)The list of notification rule targets.Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type TargetSummary Modifier and Type Method Description DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. targets(Collection<TargetSummary> targets)A list of the Chatbot topics and Chatbot clients associated with the notification rule.ListTargetsResponse.BuilderListTargetsResponse.Builder. targets(Collection<TargetSummary> targets)The list of notification rule targets. -
Uses of TargetSummary in software.amazon.awssdk.services.codestarnotifications.paginators
Methods in software.amazon.awssdk.services.codestarnotifications.paginators that return types with arguments of type TargetSummary Modifier and Type Method Description SdkIterable<TargetSummary>ListTargetsIterable. targets()Returns an iterable to iterate through the paginatedListTargetsResponse.targets()member.SdkPublisher<TargetSummary>ListTargetsPublisher. targets()Returns a publisher that can be used to get a stream of data.
-