| 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<NotificationEvent> 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.notificationEventsWithStrings(Collection<String> notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.notificationEventsWithStrings(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() |
| Modifier and Type | Method and Description |
|---|---|
default CommandInvocation.Builder |
CommandInvocation.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)
Configurations for sending notifications about command status changes on a per instance basis.
|
default SendCommandRequest.Builder |
SendCommandRequest.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)
Configurations for sending notifications.
|
default Command.Builder |
Command.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)
Configurations for sending notifications about command status changes.
|
default MaintenanceWindowRunCommandParameters.Builder |
MaintenanceWindowRunCommandParameters.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)
Configurations for sending notifications about command status changes on a per-instance basis.
|
Copyright © 2019. All rights reserved.