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 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.
|