| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationOptions.Builder |
NotificationOptions.builder() |
NotificationOptions.Builder |
NotificationOptions.Builder.emailMessage(String emailMessage)
Text value to be included in the email body.
|
NotificationOptions.Builder |
NotificationOptions.Builder.sendEmail(Boolean sendEmail)
Boolean value to indicate an email notification should be sent to the recipients.
|
NotificationOptions.Builder |
NotificationOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationOptions.Builder> |
NotificationOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AddResourcePermissionsRequest.Builder |
AddResourcePermissionsRequest.Builder.notificationOptions(Consumer<NotificationOptions.Builder> notificationOptions)
The notification options.
|
Copyright © 2023. All rights reserved.