| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.clone() |
NotificationConfig |
MaintenanceWindowRunCommandParameters.getNotificationConfig()
Configurations for sending notifications about command status changes on a per-instance basis.
|
NotificationConfig |
Command.getNotificationConfig()
Configurations for sending notifications about command status changes.
|
NotificationConfig |
CommandInvocation.getNotificationConfig()
Configurations for sending notifications about command status changes on a per instance basis.
|
NotificationConfig |
SendCommandRequest.getNotificationConfig()
Configurations for sending notifications.
|
NotificationConfig |
NotificationConfig.withNotificationArn(String notificationArn)
An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic.
|
NotificationConfig |
NotificationConfig.withNotificationEvents(Collection<String> notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig |
NotificationConfig.withNotificationEvents(NotificationEvent... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig |
NotificationConfig.withNotificationEvents(String... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig |
NotificationConfig.withNotificationType(NotificationType notificationType)
Command: Receive notification when the status of a command changes.
|
NotificationConfig |
NotificationConfig.withNotificationType(String notificationType)
Command: Receive notification when the status of a command changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceWindowRunCommandParameters.setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per-instance basis.
|
void |
Command.setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes.
|
void |
CommandInvocation.setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per instance basis.
|
void |
SendCommandRequest.setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per-instance basis.
|
Command |
Command.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes.
|
CommandInvocation |
CommandInvocation.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per instance basis.
|
SendCommandRequest |
SendCommandRequest.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications.
|
Copyright © 2018. All rights reserved.