| 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 |
| Modifier and Type | Method and 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 UnsubscribeResponse |
CodestarNotificationsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
UnsubscribeRequest.Builder |
UnsubscribeRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
static UnsubscribeRequest.Builder |
UnsubscribeRequest.builder() |
UnsubscribeRequest.Builder |
UnsubscribeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnsubscribeRequest.Builder |
UnsubscribeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UnsubscribeRequest.Builder |
UnsubscribeRequest.Builder.targetAddress(String targetAddress)
The ARN of the Chatbot topic to unsubscribe from the notification rule.
|
UnsubscribeRequest.Builder |
UnsubscribeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnsubscribeRequest.Builder> |
UnsubscribeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.