| 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 |
|---|---|
DescribeNotificationRuleResult |
AWSCodeStarNotificationsClient.describeNotificationRule(DescribeNotificationRuleRequest request)
Returns information about a specified notification rule.
|
DescribeNotificationRuleResult |
AbstractAWSCodeStarNotifications.describeNotificationRule(DescribeNotificationRuleRequest request) |
DescribeNotificationRuleResult |
AWSCodeStarNotifications.describeNotificationRule(DescribeNotificationRuleRequest describeNotificationRuleRequest)
Returns information about a specified notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeNotificationRuleResult> |
AbstractAWSCodeStarNotificationsAsync.describeNotificationRuleAsync(DescribeNotificationRuleRequest request,
AsyncHandler<DescribeNotificationRuleRequest,DescribeNotificationRuleResult> asyncHandler) |
Future<DescribeNotificationRuleResult> |
AWSCodeStarNotificationsAsyncClient.describeNotificationRuleAsync(DescribeNotificationRuleRequest request,
AsyncHandler<DescribeNotificationRuleRequest,DescribeNotificationRuleResult> asyncHandler) |
Future<DescribeNotificationRuleResult> |
AWSCodeStarNotificationsAsync.describeNotificationRuleAsync(DescribeNotificationRuleRequest describeNotificationRuleRequest,
AsyncHandler<DescribeNotificationRuleRequest,DescribeNotificationRuleResult> asyncHandler)
Returns information about a specified notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.clone() |
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withCreatedBy(String createdBy)
The name or email alias of the person who created the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withCreatedTimestamp(Date createdTimestamp)
The date and time the notification rule was created, in timestamp format.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withDetailType(DetailType detailType)
The level of detail included in the notifications for this resource.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withDetailType(String detailType)
The level of detail included in the notifications for this resource.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withEventTypes(Collection<EventTypeSummary> eventTypes)
A list of the event types associated with the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withEventTypes(EventTypeSummary... eventTypes)
A list of the event types associated with the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time the notification rule was most recently updated, in timestamp format.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withName(String name)
The name of the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withResource(String resource)
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withStatus(NotificationRuleStatus status)
The status of the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withStatus(String status)
The status of the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withTags(Map<String,String> tags)
The tags associated with the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withTargets(Collection<TargetSummary> targets)
A list of the SNS topics associated with the notification rule.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withTargets(TargetSummary... targets)
A list of the SNS topics associated with the notification rule.
|
Copyright © 2022. All rights reserved.