default DescribeNotificationRuleResponse |
CodestarNotificationsClient.describeNotificationRule(Consumer<DescribeNotificationRuleRequest.Builder> describeNotificationRuleRequest) |
Returns information about a specified notification rule.
|
default DescribeNotificationRuleResponse |
CodestarNotificationsClient.describeNotificationRule(DescribeNotificationRuleRequest describeNotificationRuleRequest) |
Returns information about a specified notification rule.
|
default ListTagsForResourceResponse |
CodestarNotificationsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Returns a list of the tags associated with a notification rule.
|
default ListTagsForResourceResponse |
CodestarNotificationsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Returns a list of the tags associated with a notification rule.
|
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 TagResourceResponse |
CodestarNotificationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associates a set of provided tags with a notification rule.
|
default TagResourceResponse |
CodestarNotificationsClient.tagResource(TagResourceRequest tagResourceRequest) |
Associates a set of provided tags with a notification rule.
|
default UntagResourceResponse |
CodestarNotificationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes the association between one or more provided tags and a notification rule.
|
default UntagResourceResponse |
CodestarNotificationsClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes the association between one or more provided tags and a notification rule.
|
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.
|