Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.DescribeNotificationRuleResponse
-
Packages that use DescribeNotificationRuleResponse 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 DescribeNotificationRuleResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return DescribeNotificationRuleResponse Modifier and Type Method Description default DescribeNotificationRuleResponseCodestarNotificationsClient. describeNotificationRule(Consumer<DescribeNotificationRuleRequest.Builder> describeNotificationRuleRequest)Returns information about a specified notification rule.default DescribeNotificationRuleResponseCodestarNotificationsClient. describeNotificationRule(DescribeNotificationRuleRequest describeNotificationRuleRequest)Returns information about a specified notification rule.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type DescribeNotificationRuleResponse Modifier and Type Method Description default CompletableFuture<DescribeNotificationRuleResponse>CodestarNotificationsAsyncClient. describeNotificationRule(Consumer<DescribeNotificationRuleRequest.Builder> describeNotificationRuleRequest)Returns information about a specified notification rule.default CompletableFuture<DescribeNotificationRuleResponse>CodestarNotificationsAsyncClient. describeNotificationRule(DescribeNotificationRuleRequest describeNotificationRuleRequest)Returns information about a specified notification rule.
-