Uses of Class
software.amazon.awssdk.services.notifications.model.GetManagedNotificationEventResponse
-
Packages that use GetManagedNotificationEventResponse 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 GetManagedNotificationEventResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return GetManagedNotificationEventResponse Modifier and Type Method Description default GetManagedNotificationEventResponseNotificationsClient. getManagedNotificationEvent(Consumer<GetManagedNotificationEventRequest.Builder> getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent.default GetManagedNotificationEventResponseNotificationsClient. getManagedNotificationEvent(GetManagedNotificationEventRequest getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type GetManagedNotificationEventResponse Modifier and Type Method Description default CompletableFuture<GetManagedNotificationEventResponse>NotificationsAsyncClient. getManagedNotificationEvent(Consumer<GetManagedNotificationEventRequest.Builder> getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent.default CompletableFuture<GetManagedNotificationEventResponse>NotificationsAsyncClient. getManagedNotificationEvent(GetManagedNotificationEventRequest getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent.
-