Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.UnsubscribeRequest.Builder
-
Packages that use UnsubscribeRequest.Builder 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.model -
-
Uses of UnsubscribeRequest.Builder in software.amazon.awssdk.services.codestarnotifications
Method parameters in software.amazon.awssdk.services.codestarnotifications with type arguments of type UnsubscribeRequest.Builder 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 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. -
Uses of UnsubscribeRequest.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return UnsubscribeRequest.Builder Modifier and Type Method Description UnsubscribeRequest.BuilderUnsubscribeRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the notification rule.static UnsubscribeRequest.BuilderUnsubscribeRequest. builder()UnsubscribeRequest.BuilderUnsubscribeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnsubscribeRequest.BuilderUnsubscribeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UnsubscribeRequest.BuilderUnsubscribeRequest.Builder. targetAddress(String targetAddress)The ARN of the Chatbot topic to unsubscribe from the notification rule.UnsubscribeRequest.BuilderUnsubscribeRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type UnsubscribeRequest.Builder Modifier and Type Method Description static Class<? extends UnsubscribeRequest.Builder>UnsubscribeRequest. serializableBuilderClass()
-