Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.SubscribeResponse
-
Packages that use SubscribeResponse 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 SubscribeResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return SubscribeResponse Modifier and Type Method Description default SubscribeResponseCodestarNotificationsClient. subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered.default SubscribeResponseCodestarNotificationsClient. subscribe(SubscribeRequest subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type SubscribeResponse Modifier and Type Method Description default CompletableFuture<SubscribeResponse>CodestarNotificationsAsyncClient. subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered.default CompletableFuture<SubscribeResponse>CodestarNotificationsAsyncClient. subscribe(SubscribeRequest subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered.
-