@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCodeStarNotificationsAsync extends AbstractAWSCodeStarNotifications implements AWSCodeStarNotificationsAsync
AWSCodeStarNotificationsAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateNotificationRuleResult> |
createNotificationRuleAsync(CreateNotificationRuleRequest request)
Creates a notification rule for a resource.
|
Future<CreateNotificationRuleResult> |
createNotificationRuleAsync(CreateNotificationRuleRequest request,
AsyncHandler<CreateNotificationRuleRequest,CreateNotificationRuleResult> asyncHandler)
Creates a notification rule for a resource.
|
Future<DeleteNotificationRuleResult> |
deleteNotificationRuleAsync(DeleteNotificationRuleRequest request)
Deletes a notification rule for a resource.
|
Future<DeleteNotificationRuleResult> |
deleteNotificationRuleAsync(DeleteNotificationRuleRequest request,
AsyncHandler<DeleteNotificationRuleRequest,DeleteNotificationRuleResult> asyncHandler)
Deletes a notification rule for a resource.
|
Future<DeleteTargetResult> |
deleteTargetAsync(DeleteTargetRequest request)
Deletes a specified target for notifications.
|
Future<DeleteTargetResult> |
deleteTargetAsync(DeleteTargetRequest request,
AsyncHandler<DeleteTargetRequest,DeleteTargetResult> asyncHandler)
Deletes a specified target for notifications.
|
Future<DescribeNotificationRuleResult> |
describeNotificationRuleAsync(DescribeNotificationRuleRequest request)
Returns information about a specified notification rule.
|
Future<DescribeNotificationRuleResult> |
describeNotificationRuleAsync(DescribeNotificationRuleRequest request,
AsyncHandler<DescribeNotificationRuleRequest,DescribeNotificationRuleResult> asyncHandler)
Returns information about a specified notification rule.
|
Future<ListEventTypesResult> |
listEventTypesAsync(ListEventTypesRequest request)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler)
Returns information about the event types available for configuring notifications.
|
Future<ListNotificationRulesResult> |
listNotificationRulesAsync(ListNotificationRulesRequest request)
Returns a list of the notification rules for an Amazon Web Services account.
|
Future<ListNotificationRulesResult> |
listNotificationRulesAsync(ListNotificationRulesRequest request,
AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler)
Returns a list of the notification rules for an Amazon Web Services account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request)
Returns a list of the tags associated with a notification rule.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of the tags associated with a notification rule.
|
Future<ListTargetsResult> |
listTargetsAsync(ListTargetsRequest request)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
Future<ListTargetsResult> |
listTargetsAsync(ListTargetsRequest request,
AsyncHandler<ListTargetsRequest,ListTargetsResult> asyncHandler)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
Future<SubscribeResult> |
subscribeAsync(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.
|
Future<SubscribeResult> |
subscribeAsync(SubscribeRequest request,
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<TagResourceResult> |
tagResourceAsync(TagResourceRequest request)
Associates a set of provided tags with a notification rule.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Associates a set of provided tags with a notification rule.
|
Future<UnsubscribeResult> |
unsubscribeAsync(UnsubscribeRequest request)
Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
Future<UnsubscribeResult> |
unsubscribeAsync(UnsubscribeRequest request,
AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop
receiving notifications when the events described in the rule are triggered.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request)
Removes the association between one or more provided tags and a notification rule.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the association between one or more provided tags and a notification rule.
|
Future<UpdateNotificationRuleResult> |
updateNotificationRuleAsync(UpdateNotificationRuleRequest request)
Updates a notification rule for a resource.
|
Future<UpdateNotificationRuleResult> |
updateNotificationRuleAsync(UpdateNotificationRuleRequest request,
AsyncHandler<UpdateNotificationRuleRequest,UpdateNotificationRuleResult> asyncHandler)
Updates a notification rule for a resource.
|
createNotificationRule, deleteNotificationRule, deleteTarget, describeNotificationRule, getCachedResponseMetadata, listEventTypes, listNotificationRules, listTagsForResource, listTargets, shutdown, subscribe, tagResource, unsubscribe, untagResource, updateNotificationRule
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotificationRule, deleteNotificationRule, deleteTarget, describeNotificationRule, getCachedResponseMetadata, listEventTypes, listNotificationRules, listTagsForResource, listTargets, shutdown, subscribe, tagResource, unsubscribe, untagResource, updateNotificationRule
public Future<CreateNotificationRuleResult> createNotificationRuleAsync(CreateNotificationRuleRequest request)
AWSCodeStarNotificationsAsync
Creates a notification rule for a resource. The rule specifies the events you want notifications about and the targets (such as Chatbot topics or Chatbot clients configured for Slack) where you want to receive them.
createNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
public Future<CreateNotificationRuleResult> createNotificationRuleAsync(CreateNotificationRuleRequest request, AsyncHandler<CreateNotificationRuleRequest,CreateNotificationRuleResult> asyncHandler)
AWSCodeStarNotificationsAsync
Creates a notification rule for a resource. The rule specifies the events you want notifications about and the targets (such as Chatbot topics or Chatbot clients configured for Slack) where you want to receive them.
createNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNotificationRuleResult> deleteNotificationRuleAsync(DeleteNotificationRuleRequest request)
AWSCodeStarNotificationsAsync
Deletes a notification rule for a resource.
deleteNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
public Future<DeleteNotificationRuleResult> deleteNotificationRuleAsync(DeleteNotificationRuleRequest request, AsyncHandler<DeleteNotificationRuleRequest,DeleteNotificationRuleResult> asyncHandler)
AWSCodeStarNotificationsAsync
Deletes a notification rule for a resource.
deleteNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTargetResult> deleteTargetAsync(DeleteTargetRequest request)
AWSCodeStarNotificationsAsync
Deletes a specified target for notifications.
deleteTargetAsync
in interface AWSCodeStarNotificationsAsync
public Future<DeleteTargetResult> deleteTargetAsync(DeleteTargetRequest request, AsyncHandler<DeleteTargetRequest,DeleteTargetResult> asyncHandler)
AWSCodeStarNotificationsAsync
Deletes a specified target for notifications.
deleteTargetAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeNotificationRuleResult> describeNotificationRuleAsync(DescribeNotificationRuleRequest request)
AWSCodeStarNotificationsAsync
Returns information about a specified notification rule.
describeNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
public Future<DescribeNotificationRuleResult> describeNotificationRuleAsync(DescribeNotificationRuleRequest request, AsyncHandler<DescribeNotificationRuleRequest,DescribeNotificationRuleResult> asyncHandler)
AWSCodeStarNotificationsAsync
Returns information about a specified notification rule.
describeNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEventTypesResult> listEventTypesAsync(ListEventTypesRequest request)
AWSCodeStarNotificationsAsync
Returns information about the event types available for configuring notifications.
listEventTypesAsync
in interface AWSCodeStarNotificationsAsync
public Future<ListEventTypesResult> listEventTypesAsync(ListEventTypesRequest request, AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler)
AWSCodeStarNotificationsAsync
Returns information about the event types available for configuring notifications.
listEventTypesAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNotificationRulesResult> listNotificationRulesAsync(ListNotificationRulesRequest request)
AWSCodeStarNotificationsAsync
Returns a list of the notification rules for an Amazon Web Services account.
listNotificationRulesAsync
in interface AWSCodeStarNotificationsAsync
public Future<ListNotificationRulesResult> listNotificationRulesAsync(ListNotificationRulesRequest request, AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler)
AWSCodeStarNotificationsAsync
Returns a list of the notification rules for an Amazon Web Services account.
listNotificationRulesAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSCodeStarNotificationsAsync
Returns a list of the tags associated with a notification rule.
listTagsForResourceAsync
in interface AWSCodeStarNotificationsAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSCodeStarNotificationsAsync
Returns a list of the tags associated with a notification rule.
listTagsForResourceAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTargetsResult> listTargetsAsync(ListTargetsRequest request)
AWSCodeStarNotificationsAsync
Returns a list of the notification rule targets for an Amazon Web Services account.
listTargetsAsync
in interface AWSCodeStarNotificationsAsync
public Future<ListTargetsResult> listTargetsAsync(ListTargetsRequest request, AsyncHandler<ListTargetsRequest,ListTargetsResult> asyncHandler)
AWSCodeStarNotificationsAsync
Returns a list of the notification rule targets for an Amazon Web Services account.
listTargetsAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SubscribeResult> subscribeAsync(SubscribeRequest request)
AWSCodeStarNotificationsAsync
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.
subscribeAsync
in interface AWSCodeStarNotificationsAsync
public Future<SubscribeResult> subscribeAsync(SubscribeRequest request, AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
AWSCodeStarNotificationsAsync
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.
subscribeAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSCodeStarNotificationsAsync
Associates a set of provided tags with a notification rule.
tagResourceAsync
in interface AWSCodeStarNotificationsAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSCodeStarNotificationsAsync
Associates a set of provided tags with a notification rule.
tagResourceAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest request)
AWSCodeStarNotificationsAsync
Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.
unsubscribeAsync
in interface AWSCodeStarNotificationsAsync
public Future<UnsubscribeResult> unsubscribeAsync(UnsubscribeRequest request, AsyncHandler<UnsubscribeRequest,UnsubscribeResult> asyncHandler)
AWSCodeStarNotificationsAsync
Removes an association between a notification rule and an Chatbot topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.
unsubscribeAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSCodeStarNotificationsAsync
Removes the association between one or more provided tags and a notification rule.
untagResourceAsync
in interface AWSCodeStarNotificationsAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSCodeStarNotificationsAsync
Removes the association between one or more provided tags and a notification rule.
untagResourceAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNotificationRuleResult> updateNotificationRuleAsync(UpdateNotificationRuleRequest request)
AWSCodeStarNotificationsAsync
Updates a notification rule for a resource. You can change the events that trigger the notification rule, the status of the rule, and the targets that receive the notifications.
To add or remove tags for a notification rule, you must use TagResource and UntagResource.
updateNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
public Future<UpdateNotificationRuleResult> updateNotificationRuleAsync(UpdateNotificationRuleRequest request, AsyncHandler<UpdateNotificationRuleRequest,UpdateNotificationRuleResult> asyncHandler)
AWSCodeStarNotificationsAsync
Updates a notification rule for a resource. You can change the events that trigger the notification rule, the status of the rule, and the targets that receive the notifications.
To add or remove tags for a notification rule, you must use TagResource and UntagResource.
updateNotificationRuleAsync
in interface AWSCodeStarNotificationsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.