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