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