Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.SubscribeRequest
-
Packages that use SubscribeRequest 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 SubscribeRequest in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications with parameters of type SubscribeRequest Modifier and Type Method Description 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.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. -
Uses of SubscribeRequest in software.amazon.awssdk.services.codestarnotifications.transform
Methods in software.amazon.awssdk.services.codestarnotifications.transform with parameters of type SubscribeRequest Modifier and Type Method Description SdkHttpFullRequestSubscribeRequestMarshaller. marshall(SubscribeRequest subscribeRequest)
-