| 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<CreateNotificationRuleResult> |
AbstractAWSCodeStarNotificationsAsync.createNotificationRuleAsync(CreateNotificationRuleRequest request,
AsyncHandler<CreateNotificationRuleRequest,CreateNotificationRuleResult> asyncHandler) |
Future<CreateNotificationRuleResult> |
AWSCodeStarNotificationsAsyncClient.createNotificationRuleAsync(CreateNotificationRuleRequest request,
AsyncHandler<CreateNotificationRuleRequest,CreateNotificationRuleResult> asyncHandler) |
Future<CreateNotificationRuleResult> |
AWSCodeStarNotificationsAsync.createNotificationRuleAsync(CreateNotificationRuleRequest createNotificationRuleRequest,
AsyncHandler<CreateNotificationRuleRequest,CreateNotificationRuleResult> asyncHandler)
Creates a notification rule for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.clone() |
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withDetailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withDetailType(String detailType)
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withEventTypeIds(Collection<String> eventTypeIds)
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withEventTypeIds(String... eventTypeIds)
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withName(String name)
The name for the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withResource(String resource)
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withStatus(String status)
The status of the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withTags(Map<String,String> tags)
A list of tags to apply to this notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withTargets(Collection<Target> targets)
A list of Amazon Resource Names (ARNs) of SNS topics to associate with the notification rule.
|
CreateNotificationRuleRequest |
CreateNotificationRuleRequest.withTargets(Target... targets)
A list of Amazon Resource Names (ARNs) of SNS topics to associate with the notification rule.
|
Copyright © 2022. All rights reserved.