Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.UpdateNotificationRuleResponse
-
Packages that use UpdateNotificationRuleResponse Package Description software.amazon.awssdk.services.codestarnotifications This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API. -
-
Uses of UpdateNotificationRuleResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return UpdateNotificationRuleResponse Modifier and Type Method Description default UpdateNotificationRuleResponseCodestarNotificationsClient. updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest)Updates a notification rule for a resource.default UpdateNotificationRuleResponseCodestarNotificationsClient. updateNotificationRule(UpdateNotificationRuleRequest updateNotificationRuleRequest)Updates a notification rule for a resource.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type UpdateNotificationRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateNotificationRuleResponse>CodestarNotificationsAsyncClient. updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest)Updates a notification rule for a resource.default CompletableFuture<UpdateNotificationRuleResponse>CodestarNotificationsAsyncClient. updateNotificationRule(UpdateNotificationRuleRequest updateNotificationRuleRequest)Updates a notification rule for a resource.
-