Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of Target in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return Target Modifier and Type Method Description TargetSubscribeRequest. target()Returns the value of the Target property for this object.Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type Target Modifier and Type Method 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.Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type Target Modifier and Type Method Description SubscribeRequest.BuilderSubscribeRequest.Builder. target(Target target)Sets the value of the Target property for this object.CreateNotificationRuleRequest.BuilderCreateNotificationRuleRequest.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.BuilderUpdateNotificationRuleRequest.Builder. targets(Target... targets)The address and type of the targets to receive notifications from this notification rule.Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type Target Modifier and Type Method Description CreateNotificationRuleRequest.BuilderCreateNotificationRuleRequest.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.BuilderUpdateNotificationRuleRequest.Builder. targets(Collection<Target> targets)The address and type of the targets to receive notifications from this notification rule.
-