| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateNotificationRuleResponse |
CodestarNotificationsClient.createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest)
Creates a notification rule for a resource.
|
default CreateNotificationRuleResponse |
CodestarNotificationsClient.createNotificationRule(CreateNotificationRuleRequest createNotificationRuleRequest)
Creates a notification rule for a resource.
|
default DeleteNotificationRuleResponse |
CodestarNotificationsClient.deleteNotificationRule(Consumer<DeleteNotificationRuleRequest.Builder> deleteNotificationRuleRequest)
Deletes a notification rule for a resource.
|
default DeleteNotificationRuleResponse |
CodestarNotificationsClient.deleteNotificationRule(DeleteNotificationRuleRequest deleteNotificationRuleRequest)
Deletes a notification rule for a resource.
|
default DeleteTargetResponse |
CodestarNotificationsClient.deleteTarget(Consumer<DeleteTargetRequest.Builder> deleteTargetRequest)
Deletes a specified target for notifications.
|
default DeleteTargetResponse |
CodestarNotificationsClient.deleteTarget(DeleteTargetRequest deleteTargetRequest)
Deletes a specified target for notifications.
|
default DescribeNotificationRuleResponse |
CodestarNotificationsClient.describeNotificationRule(Consumer<DescribeNotificationRuleRequest.Builder> describeNotificationRuleRequest)
Returns information about a specified notification rule.
|
default DescribeNotificationRuleResponse |
CodestarNotificationsClient.describeNotificationRule(DescribeNotificationRuleRequest describeNotificationRuleRequest)
Returns information about a specified notification rule.
|
default ListEventTypesResponse |
CodestarNotificationsClient.listEventTypes(Consumer<ListEventTypesRequest.Builder> listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesResponse |
CodestarNotificationsClient.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesIterable |
CodestarNotificationsClient.listEventTypesPaginator(Consumer<ListEventTypesRequest.Builder> listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesIterable |
CodestarNotificationsClient.listEventTypesPaginator(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListNotificationRulesResponse |
CodestarNotificationsClient.listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesResponse |
CodestarNotificationsClient.listNotificationRules(ListNotificationRulesRequest listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesIterable |
CodestarNotificationsClient.listNotificationRulesPaginator(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesIterable |
CodestarNotificationsClient.listNotificationRulesPaginator(ListNotificationRulesRequest listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListTagsForResourceResponse |
CodestarNotificationsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags associated with a notification rule.
|
default ListTagsForResourceResponse |
CodestarNotificationsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags associated with a notification rule.
|
default ListTargetsResponse |
CodestarNotificationsClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Returns a list of the notification rule targets for an AWS account.
|
default ListTargetsResponse |
CodestarNotificationsClient.listTargets(ListTargetsRequest listTargetsRequest)
Returns a list of the notification rule targets for an AWS account.
|
default ListTargetsIterable |
CodestarNotificationsClient.listTargetsPaginator(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Returns a list of the notification rule targets for an AWS account.
|
default ListTargetsIterable |
CodestarNotificationsClient.listTargetsPaginator(ListTargetsRequest listTargetsRequest)
Returns a list of the notification rule targets for an AWS account.
|
default SubscribeResponse |
CodestarNotificationsClient.subscribe(Consumer<SubscribeRequest.Builder> 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.
|
default SubscribeResponse |
CodestarNotificationsClient.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.
|
default TagResourceResponse |
CodestarNotificationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates a set of provided tags with a notification rule.
|
default TagResourceResponse |
CodestarNotificationsClient.tagResource(TagResourceRequest tagResourceRequest)
Associates a set of provided tags with a notification rule.
|
default UnsubscribeResponse |
CodestarNotificationsClient.unsubscribe(Consumer<UnsubscribeRequest.Builder> unsubscribeRequest)
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
default UnsubscribeResponse |
CodestarNotificationsClient.unsubscribe(UnsubscribeRequest unsubscribeRequest)
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
default UntagResourceResponse |
CodestarNotificationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the association between one or more provided tags and a notification rule.
|
default UntagResourceResponse |
CodestarNotificationsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association between one or more provided tags and a notification rule.
|
default UpdateNotificationRuleResponse |
CodestarNotificationsClient.updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest)
Updates a notification rule for a resource.
|
default UpdateNotificationRuleResponse |
CodestarNotificationsClient.updateNotificationRule(UpdateNotificationRuleRequest updateNotificationRuleRequest)
Updates a notification rule for a resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
AWS CodeStar Notifications can't create the notification rule because you do not have sufficient permissions.
|
class |
ConcurrentModificationException
AWS CodeStar Notifications can't complete the request because the resource is being modified by another process.
|
class |
ConfigurationException
Some or all of the configuration is incomplete, missing, or not valid.
|
class |
InvalidNextTokenException
The value for the enumeration token used in the request to return the next batch of the results is not valid.
|
class |
LimitExceededException
One of the AWS CodeStar Notifications limits has been exceeded.
|
class |
ResourceAlreadyExistsException
A resource with the same name or ID already exists.
|
class |
ResourceNotFoundException
AWS CodeStar Notifications can't find a resource that matches the provided ARN.
|
class |
ValidationException
One or more parameter values are not valid.
|
| Modifier and Type | Method and Description |
|---|---|
CodestarNotificationsException |
CodestarNotificationsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CodestarNotificationsException ex) |
Copyright © 2019. All rights reserved.