| 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 |
AWSCodeStarNotificationsClient.subscribe(SubscribeRequest request)
Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated
target can receive notifications when the events described in the rule are triggered.
|
SubscribeResult |
AbstractAWSCodeStarNotifications.subscribe(SubscribeRequest request) |
SubscribeResult |
AWSCodeStarNotifications.subscribe(SubscribeRequest subscribeRequest)
Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated
target can receive notifications when the events described in the rule are triggered.
|
Future<SubscribeResult> |
AWSCodeStarNotificationsAsyncClient.subscribeAsync(SubscribeRequest request) |
Future<SubscribeResult> |
AWSCodeStarNotificationsAsync.subscribeAsync(SubscribeRequest subscribeRequest)
Creates an association between a notification rule and an Chatbot topic or Chatbot client 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 Chatbot topic or Chatbot client 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 Chatbot topic or Chatbot client 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 |
|---|---|
SubscribeRequest |
SubscribeRequest.clone() |
SubscribeRequest |
SubscribeRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
SubscribeRequest |
SubscribeRequest.withClientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
SubscribeRequest |
SubscribeRequest.withTarget(Target target) |
Copyright © 2023. All rights reserved.