Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.DeleteNotificationRuleResponse
-
Packages that use DeleteNotificationRuleResponse 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 DeleteNotificationRuleResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return DeleteNotificationRuleResponse Modifier and Type Method Description default DeleteNotificationRuleResponseCodestarNotificationsClient. deleteNotificationRule(Consumer<DeleteNotificationRuleRequest.Builder> deleteNotificationRuleRequest)Deletes a notification rule for a resource.default DeleteNotificationRuleResponseCodestarNotificationsClient. deleteNotificationRule(DeleteNotificationRuleRequest deleteNotificationRuleRequest)Deletes a notification rule for a resource.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type DeleteNotificationRuleResponse Modifier and Type Method Description default CompletableFuture<DeleteNotificationRuleResponse>CodestarNotificationsAsyncClient. deleteNotificationRule(Consumer<DeleteNotificationRuleRequest.Builder> deleteNotificationRuleRequest)Deletes a notification rule for a resource.default CompletableFuture<DeleteNotificationRuleResponse>CodestarNotificationsAsyncClient. deleteNotificationRule(DeleteNotificationRuleRequest deleteNotificationRuleRequest)Deletes a notification rule for a resource.
-