| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
default SendDataSetNotificationResponse |
DataExchangeClient.sendDataSetNotification(Consumer<SendDataSetNotificationRequest.Builder> sendDataSetNotificationRequest)
The type of event associated with the data set.
|
default CompletableFuture<SendDataSetNotificationResponse> |
DataExchangeAsyncClient.sendDataSetNotification(Consumer<SendDataSetNotificationRequest.Builder> sendDataSetNotificationRequest)
The type of event associated with the data set.
|
| Modifier and Type | Method and Description |
|---|---|
static SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.builder() |
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.clientToken(String clientToken)
Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick
succession erroneously.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.comment(String comment)
Free-form text field for providers to add information about their notifications.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.dataSetId(String dataSetId)
Affected data set of the notification.
|
default SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.details(Consumer<NotificationDetails.Builder> details)
Extra details specific to this notification type.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.details(NotificationDetails details)
Extra details specific to this notification type.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.scope(Consumer<ScopeDetails.Builder> scope)
Affected scope of this notification such as the underlying resources affected by the notification event.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.scope(ScopeDetails scope)
Affected scope of this notification such as the underlying resources affected by the notification event.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.toBuilder() |
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.type(NotificationType type)
The type of the notification.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.type(String type)
The type of the notification.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendDataSetNotificationRequest.Builder> |
SendDataSetNotificationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.