| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationDetails.Builder |
NotificationDetails.builder() |
default NotificationDetails.Builder |
NotificationDetails.Builder.dataUpdate(Consumer<DataUpdateRequestDetails.Builder> dataUpdate)
Extra details specific to a data update type notification.
|
NotificationDetails.Builder |
NotificationDetails.Builder.dataUpdate(DataUpdateRequestDetails dataUpdate)
Extra details specific to a data update type notification.
|
default NotificationDetails.Builder |
NotificationDetails.Builder.deprecation(Consumer<DeprecationRequestDetails.Builder> deprecation)
Extra details specific to a deprecation type notification.
|
NotificationDetails.Builder |
NotificationDetails.Builder.deprecation(DeprecationRequestDetails deprecation)
Extra details specific to a deprecation type notification.
|
default NotificationDetails.Builder |
NotificationDetails.Builder.schemaChange(Consumer<SchemaChangeRequestDetails.Builder> schemaChange)
Extra details specific to a schema change type notification.
|
NotificationDetails.Builder |
NotificationDetails.Builder.schemaChange(SchemaChangeRequestDetails schemaChange)
Extra details specific to a schema change type notification.
|
NotificationDetails.Builder |
NotificationDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationDetails.Builder> |
NotificationDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.details(Consumer<NotificationDetails.Builder> details)
Extra details specific to this notification type.
|
Copyright © 2023. All rights reserved.