| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendDataSetNotificationResult> |
AbstractAWSDataExchangeAsync.sendDataSetNotificationAsync(SendDataSetNotificationRequest request,
AsyncHandler<SendDataSetNotificationRequest,SendDataSetNotificationResult> asyncHandler) |
Future<SendDataSetNotificationResult> |
AWSDataExchangeAsync.sendDataSetNotificationAsync(SendDataSetNotificationRequest sendDataSetNotificationRequest,
AsyncHandler<SendDataSetNotificationRequest,SendDataSetNotificationResult> asyncHandler)
The type of event associated with the data set.
|
Future<SendDataSetNotificationResult> |
AWSDataExchangeAsyncClient.sendDataSetNotificationAsync(SendDataSetNotificationRequest request,
AsyncHandler<SendDataSetNotificationRequest,SendDataSetNotificationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.clone() |
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withClientToken(String clientToken)
Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick
succession erroneously.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withComment(String comment)
Free-form text field for providers to add information about their notifications.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withDataSetId(String dataSetId)
Affected data set of the notification.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withDetails(NotificationDetails details)
Extra details specific to this notification type.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withScope(ScopeDetails scope)
Affected scope of this notification such as the underlying resources affected by the notification event.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withType(NotificationType type)
The type of the notification.
|
SendDataSetNotificationRequest |
SendDataSetNotificationRequest.withType(String type)
The type of the notification.
|
Copyright © 2025. All rights reserved.