default CreateNotificationRuleResponse |
CodestarNotificationsClient.createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest) |
Creates a notification rule for a resource.
|
default CreateNotificationRuleResponse |
CodestarNotificationsClient.createNotificationRule(CreateNotificationRuleRequest createNotificationRuleRequest) |
Creates a notification rule for a resource.
|
default SubscribeResponse |
CodestarNotificationsClient.subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest) |
Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated
target can receive notifications when the events described in the rule are triggered.
|
default SubscribeResponse |
CodestarNotificationsClient.subscribe(SubscribeRequest subscribeRequest) |
Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated
target can receive notifications when the events described in the rule are triggered.
|
default UpdateNotificationRuleResponse |
CodestarNotificationsClient.updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest) |
Updates a notification rule for a resource.
|
default UpdateNotificationRuleResponse |
CodestarNotificationsClient.updateNotificationRule(UpdateNotificationRuleRequest updateNotificationRuleRequest) |
Updates a notification rule for a resource.
|