Uses of Class
software.amazon.awssdk.services.notifications.model.GetManagedNotificationConfigurationResponse
-
Packages that use GetManagedNotificationConfigurationResponse 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 GetManagedNotificationConfigurationResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return GetManagedNotificationConfigurationResponse Modifier and Type Method Description default GetManagedNotificationConfigurationResponseNotificationsClient. getManagedNotificationConfiguration(Consumer<GetManagedNotificationConfigurationRequest.Builder> getManagedNotificationConfigurationRequest)Returns a specifiedManagedNotificationConfiguration.default GetManagedNotificationConfigurationResponseNotificationsClient. getManagedNotificationConfiguration(GetManagedNotificationConfigurationRequest getManagedNotificationConfigurationRequest)Returns a specifiedManagedNotificationConfiguration.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type GetManagedNotificationConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetManagedNotificationConfigurationResponse>NotificationsAsyncClient. getManagedNotificationConfiguration(Consumer<GetManagedNotificationConfigurationRequest.Builder> getManagedNotificationConfigurationRequest)Returns a specifiedManagedNotificationConfiguration.default CompletableFuture<GetManagedNotificationConfigurationResponse>NotificationsAsyncClient. getManagedNotificationConfiguration(GetManagedNotificationConfigurationRequest getManagedNotificationConfigurationRequest)Returns a specifiedManagedNotificationConfiguration.
-