| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfig.Builder |
NotificationConfig.builder() |
NotificationConfig.Builder |
NotificationConfig.Builder.notificationArn(String notificationArn)
An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationEvents(Collection<String> notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationEvents(NotificationEvent... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationEvents(String... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationType(NotificationType notificationType)
Command: Receive notification when the status of a command changes.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationType(String notificationType)
Command: Receive notification when the status of a command changes.
|
NotificationConfig.Builder |
NotificationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfig.Builder> |
NotificationConfig.serializableBuilderClass() |
Copyright © 2017. All rights reserved.