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 CreateNotificationConfigurationResponse |
NotificationsClient.createNotificationConfiguration(Consumer<CreateNotificationConfigurationRequest.Builder> createNotificationConfigurationRequest) |
Creates a new NotificationConfiguration.
|
default CreateNotificationConfigurationResponse |
NotificationsClient.createNotificationConfiguration(CreateNotificationConfigurationRequest createNotificationConfigurationRequest) |
Creates a new NotificationConfiguration.
|
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 RegisterNotificationHubResponse |
NotificationsClient.registerNotificationHub(Consumer<RegisterNotificationHubRequest.Builder> registerNotificationHubRequest) |
Registers a NotificationHub in the specified Region.
|
default RegisterNotificationHubResponse |
NotificationsClient.registerNotificationHub(RegisterNotificationHubRequest registerNotificationHubRequest) |
Registers a NotificationHub in the specified Region.
|
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.
|