Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.CreateNotificationRuleResponse
-
Packages that use CreateNotificationRuleResponse 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 CreateNotificationRuleResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return CreateNotificationRuleResponse Modifier and Type Method Description default CreateNotificationRuleResponseCodestarNotificationsClient. createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest)Creates a notification rule for a resource.default CreateNotificationRuleResponseCodestarNotificationsClient. createNotificationRule(CreateNotificationRuleRequest createNotificationRuleRequest)Creates a notification rule for a resource.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type CreateNotificationRuleResponse Modifier and Type Method Description default CompletableFuture<CreateNotificationRuleResponse>CodestarNotificationsAsyncClient. createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest)Creates a notification rule for a resource.default CompletableFuture<CreateNotificationRuleResponse>CodestarNotificationsAsyncClient. createNotificationRule(CreateNotificationRuleRequest createNotificationRuleRequest)Creates a notification rule for a resource.
-