Uses of Class
software.amazon.awssdk.services.notifications.model.GetNotificationEventResponse
-
Packages that use GetNotificationEventResponse Package Description software.amazon.awssdk.services.notifications The Amazon Web Services 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 specifiedNotificationEvent.default GetNotificationEventResponseNotificationsClient. getNotificationEvent(GetNotificationEventRequest getNotificationEventRequest)Returns a specifiedNotificationEvent.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 specifiedNotificationEvent.default CompletableFuture<GetNotificationEventResponse>NotificationsAsyncClient. getNotificationEvent(GetNotificationEventRequest getNotificationEventRequest)Returns a specifiedNotificationEvent.
-