default AssociateChannelResponse |
NotificationsClient.associateChannel(Consumer<AssociateChannelRequest.Builder> associateChannelRequest) |
Associates a delivery Channel
with a particular NotificationConfiguration.
|
default AssociateChannelResponse |
NotificationsClient.associateChannel(AssociateChannelRequest associateChannelRequest) |
Associates a delivery Channel
with a particular NotificationConfiguration.
|
default CreateEventRuleResponse |
NotificationsClient.createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest) |
Creates an EventRule that
is associated with a specified Notification Configuration.
|
default CreateEventRuleResponse |
NotificationsClient.createEventRule(CreateEventRuleRequest createEventRuleRequest) |
Creates an EventRule that
is associated with a specified Notification Configuration.
|
default DeleteEventRuleResponse |
NotificationsClient.deleteEventRule(Consumer<DeleteEventRuleRequest.Builder> deleteEventRuleRequest) |
Deletes an EventRule.
|
default DeleteEventRuleResponse |
NotificationsClient.deleteEventRule(DeleteEventRuleRequest deleteEventRuleRequest) |
Deletes an EventRule.
|
default DeleteNotificationConfigurationResponse |
NotificationsClient.deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest) |
Deletes a NotificationConfiguration.
|
default DeleteNotificationConfigurationResponse |
NotificationsClient.deleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest) |
Deletes a NotificationConfiguration.
|
default DeregisterNotificationHubResponse |
NotificationsClient.deregisterNotificationHub(Consumer<DeregisterNotificationHubRequest.Builder> deregisterNotificationHubRequest) |
Deregisters a NotificationHub in the specified Region.
|
default DeregisterNotificationHubResponse |
NotificationsClient.deregisterNotificationHub(DeregisterNotificationHubRequest deregisterNotificationHubRequest) |
Deregisters a NotificationHub in the specified Region.
|
default DisassociateChannelResponse |
NotificationsClient.disassociateChannel(Consumer<DisassociateChannelRequest.Builder> disassociateChannelRequest) |
Disassociates a Channel from a specified NotificationConfiguration.
|
default DisassociateChannelResponse |
NotificationsClient.disassociateChannel(DisassociateChannelRequest disassociateChannelRequest) |
Disassociates a Channel from a specified NotificationConfiguration.
|
default GetEventRuleResponse |
NotificationsClient.getEventRule(Consumer<GetEventRuleRequest.Builder> getEventRuleRequest) |
Returns a specified EventRule.
|
default GetEventRuleResponse |
NotificationsClient.getEventRule(GetEventRuleRequest getEventRuleRequest) |
Returns a specified EventRule.
|
default GetNotificationConfigurationResponse |
NotificationsClient.getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest) |
Returns a specified NotificationConfiguration.
|
default GetNotificationConfigurationResponse |
NotificationsClient.getNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest) |
Returns a specified NotificationConfiguration.
|
default GetNotificationEventResponse |
NotificationsClient.getNotificationEvent(Consumer<GetNotificationEventRequest.Builder> getNotificationEventRequest) |
Returns a specified NotificationEvent.
|
default GetNotificationEventResponse |
NotificationsClient.getNotificationEvent(GetNotificationEventRequest getNotificationEventRequest) |
Returns a specified NotificationEvent.
|
default ListChannelsResponse |
NotificationsClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest) |
Returns a list of Channels for a NotificationConfiguration.
|
default ListChannelsResponse |
NotificationsClient.listChannels(ListChannelsRequest listChannelsRequest) |
Returns a list of Channels for a NotificationConfiguration.
|
default ListChannelsIterable |
NotificationsClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest) |
|
default ListChannelsIterable |
NotificationsClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest) |
|
default ListEventRulesResponse |
NotificationsClient.listEventRules(Consumer<ListEventRulesRequest.Builder> listEventRulesRequest) |
Returns a list of EventRules according to specified filters, in reverse chronological order (newest first).
|
default ListEventRulesResponse |
NotificationsClient.listEventRules(ListEventRulesRequest listEventRulesRequest) |
Returns a list of EventRules according to specified filters, in reverse chronological order (newest first).
|
default ListEventRulesIterable |
NotificationsClient.listEventRulesPaginator(Consumer<ListEventRulesRequest.Builder> listEventRulesRequest) |
|
default ListEventRulesIterable |
NotificationsClient.listEventRulesPaginator(ListEventRulesRequest listEventRulesRequest) |
|
default ListTagsForResourceResponse |
NotificationsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Returns a list of tags for a specified Amazon Resource Name (ARN).
|
default ListTagsForResourceResponse |
NotificationsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Returns a list of tags for a specified Amazon Resource Name (ARN).
|
default TagResourceResponse |
NotificationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Tags the resource with a tag key and value.
|
default TagResourceResponse |
NotificationsClient.tagResource(TagResourceRequest tagResourceRequest) |
Tags the resource with a tag key and value.
|
default UntagResourceResponse |
NotificationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Untags a resource with a specified Amazon Resource Name (ARN).
|
default UntagResourceResponse |
NotificationsClient.untagResource(UntagResourceRequest untagResourceRequest) |
Untags a resource with a specified Amazon Resource Name (ARN).
|
default UpdateEventRuleResponse |
NotificationsClient.updateEventRule(Consumer<UpdateEventRuleRequest.Builder> updateEventRuleRequest) |
Updates an existing EventRule.
|
default UpdateEventRuleResponse |
NotificationsClient.updateEventRule(UpdateEventRuleRequest updateEventRuleRequest) |
Updates an existing EventRule.
|
default UpdateNotificationConfigurationResponse |
NotificationsClient.updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest) |
Updates a NotificationConfiguration.
|
default UpdateNotificationConfigurationResponse |
NotificationsClient.updateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest) |
Updates a NotificationConfiguration.
|