| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationOutput |
NotificationOutput.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
NotificationOutput |
NotificationOutput.clearMetadataEntries()
Removes all the entries added into Metadata.
|
NotificationOutput |
NotificationOutput.clone() |
NotificationOutput |
NotificationOutput.withActionLink(String actionLink)
The action link included in the notification.
|
NotificationOutput |
NotificationOutput.withCreationTimestamp(Date creationTimestamp)
The timestamp of when a notification was created.
|
NotificationOutput |
NotificationOutput.withDomainIdentifier(String domainIdentifier)
The identifier of a Amazon DataZone domain in which the notification exists.
|
NotificationOutput |
NotificationOutput.withIdentifier(String identifier)
The identifier of the notification.
|
NotificationOutput |
NotificationOutput.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the notification was last updated.
|
NotificationOutput |
NotificationOutput.withMessage(String message)
The message included in the notification.
|
NotificationOutput |
NotificationOutput.withMetadata(Map<String,String> metadata)
The metadata included in the notification.
|
NotificationOutput |
NotificationOutput.withStatus(String status)
The status included in the notification.
|
NotificationOutput |
NotificationOutput.withStatus(TaskStatus status)
The status included in the notification.
|
NotificationOutput |
NotificationOutput.withTitle(String title)
The title of the notification.
|
NotificationOutput |
NotificationOutput.withTopic(Topic topic)
The topic of the notification.
|
NotificationOutput |
NotificationOutput.withType(NotificationType type)
The type of the notification.
|
NotificationOutput |
NotificationOutput.withType(String type)
The type of the notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationOutput> |
ListNotificationsResult.getNotifications()
The results of the
ListNotifications action. |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResult |
ListNotificationsResult.withNotifications(NotificationOutput... notifications)
The results of the
ListNotifications action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationsResult.setNotifications(Collection<NotificationOutput> notifications)
The results of the
ListNotifications action. |
ListNotificationsResult |
ListNotificationsResult.withNotifications(Collection<NotificationOutput> notifications)
The results of the
ListNotifications action. |
Copyright © 2024. All rights reserved.