Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.UnsubscribeResponse
-
Packages that use UnsubscribeResponse 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 UnsubscribeResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return UnsubscribeResponse Modifier and Type Method Description default UnsubscribeResponseCodestarNotificationsClient. unsubscribe(Consumer<UnsubscribeRequest.Builder> unsubscribeRequest)Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.default UnsubscribeResponseCodestarNotificationsClient. unsubscribe(UnsubscribeRequest unsubscribeRequest)Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type UnsubscribeResponse Modifier and Type Method Description default CompletableFuture<UnsubscribeResponse>CodestarNotificationsAsyncClient. unsubscribe(Consumer<UnsubscribeRequest.Builder> unsubscribeRequest)Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.default CompletableFuture<UnsubscribeResponse>CodestarNotificationsAsyncClient. unsubscribe(UnsubscribeRequest unsubscribeRequest)Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.
-