Uses of Class
software.amazon.awssdk.services.notifications.model.GetNotificationEventResponse
-
Packages that use GetNotificationEventResponse Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of GetNotificationEventResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return GetNotificationEventResponse Modifier and Type Method Description default GetNotificationEventResponseNotificationsClient. getNotificationEvent(Consumer<GetNotificationEventRequest.Builder> getNotificationEventRequest)Returns a specified NotificationEvent.default GetNotificationEventResponseNotificationsClient. getNotificationEvent(GetNotificationEventRequest getNotificationEventRequest)Returns a specified NotificationEvent.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type GetNotificationEventResponse Modifier and Type Method Description default CompletableFuture<GetNotificationEventResponse>NotificationsAsyncClient. getNotificationEvent(Consumer<GetNotificationEventRequest.Builder> getNotificationEventRequest)Returns a specified NotificationEvent.default CompletableFuture<GetNotificationEventResponse>NotificationsAsyncClient. getNotificationEvent(GetNotificationEventRequest getNotificationEventRequest)Returns a specified NotificationEvent.
-