| 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 |
|---|---|
Future<UpdateNotificationRuleResult> |
AbstractAWSCodeStarNotificationsAsync.updateNotificationRuleAsync(UpdateNotificationRuleRequest request,
AsyncHandler<UpdateNotificationRuleRequest,UpdateNotificationRuleResult> asyncHandler) |
Future<UpdateNotificationRuleResult> |
AWSCodeStarNotificationsAsyncClient.updateNotificationRuleAsync(UpdateNotificationRuleRequest request,
AsyncHandler<UpdateNotificationRuleRequest,UpdateNotificationRuleResult> asyncHandler) |
Future<UpdateNotificationRuleResult> |
AWSCodeStarNotificationsAsync.updateNotificationRuleAsync(UpdateNotificationRuleRequest updateNotificationRuleRequest,
AsyncHandler<UpdateNotificationRuleRequest,UpdateNotificationRuleResult> asyncHandler)
Updates a notification rule for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.clone() |
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withDetailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withDetailType(String detailType)
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withEventTypeIds(Collection<String> eventTypeIds)
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withEventTypeIds(String... eventTypeIds)
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withName(String name)
The name of the notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withStatus(String status)
The status of the notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withTargets(Collection<Target> targets)
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest |
UpdateNotificationRuleRequest.withTargets(Target... targets)
The address and type of the targets to receive notifications from this notification rule.
|
Copyright © 2024. All rights reserved.