| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
UnsubscribeResult |
AbstractAWSCodeStarNotifications.unsubscribe(UnsubscribeRequest request) |
UnsubscribeResult |
AWSCodeStarNotifications.unsubscribe(UnsubscribeRequest unsubscribeRequest)
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
UnsubscribeResult |
AWSCodeStarNotificationsClient.unsubscribe(UnsubscribeRequest request)
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
Future<UnsubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest request) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsyncClient.unsubscribeAsync(UnsubscribeRequest request) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest unsubscribeRequest)
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
Future<UnsubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest request,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsyncClient.unsubscribeAsync(UnsubscribeRequest request,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest unsubscribeRequest,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Removes an association between a notification rule and an Amazon SNS 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 |
|---|---|
Future<UnsubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest request,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsyncClient.unsubscribeAsync(UnsubscribeRequest request,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler) |
Future<UnsubscribeResult> |
AWSCodeStarNotificationsAsync.unsubscribeAsync(UnsubscribeRequest unsubscribeRequest,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Removes an association between a notification rule and an Amazon SNS 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 |
UnsubscribeRequest.clone() |
UnsubscribeRequest |
UnsubscribeRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
UnsubscribeRequest |
UnsubscribeRequest.withTargetAddress(String targetAddress)
The ARN of the SNS topic to unsubscribe from the notification rule.
|
Copyright © 2019. All rights reserved.