Uses of Class
software.amazon.awssdk.services.dataexchange.model.SendDataSetNotificationResponse
-
Packages that use SendDataSetNotificationResponse 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. -
-
Uses of SendDataSetNotificationResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return SendDataSetNotificationResponse Modifier and Type Method Description default SendDataSetNotificationResponseDataExchangeClient. sendDataSetNotification(Consumer<SendDataSetNotificationRequest.Builder> sendDataSetNotificationRequest)The type of event associated with the data set.default SendDataSetNotificationResponseDataExchangeClient. sendDataSetNotification(SendDataSetNotificationRequest sendDataSetNotificationRequest)The type of event associated with the data set.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type SendDataSetNotificationResponse Modifier and Type Method Description default CompletableFuture<SendDataSetNotificationResponse>DataExchangeAsyncClient. sendDataSetNotification(Consumer<SendDataSetNotificationRequest.Builder> sendDataSetNotificationRequest)The type of event associated with the data set.default CompletableFuture<SendDataSetNotificationResponse>DataExchangeAsyncClient. sendDataSetNotification(SendDataSetNotificationRequest sendDataSetNotificationRequest)The type of event associated with the data set.
-