| 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 |
|---|---|
SubscribeResult |
AWSCodeStarNotifications.subscribe(SubscribeRequest subscribeRequest)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
SubscribeResult |
AWSCodeStarNotificationsClient.subscribe(SubscribeRequest request)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
SubscribeResult |
AbstractAWSCodeStarNotifications.subscribe(SubscribeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SubscribeResult> |
AWSCodeStarNotificationsAsyncClient.subscribeAsync(SubscribeRequest request) |
Future<SubscribeResult> |
AWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest subscribeRequest)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
Future<SubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest request) |
Future<SubscribeResult> |
AWSCodeStarNotificationsAsyncClient.subscribeAsync(SubscribeRequest request,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler) |
Future<SubscribeResult> |
AWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
Future<SubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest request,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SubscribeResult> |
AWSCodeStarNotificationsAsyncClient.subscribeAsync(SubscribeRequest request,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler) |
Future<SubscribeResult> |
AWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
Future<SubscribeResult> |
AbstractAWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest request,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SubscribeResult |
SubscribeResult.clone() |
SubscribeResult |
SubscribeResult.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
|
Copyright © 2021. All rights reserved.