Uses of Interface
software.amazon.awssdk.services.notifications.model.GetManagedNotificationEventRequest.Builder
-
Packages that use GetManagedNotificationEventRequest.Builder 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.software.amazon.awssdk.services.notifications.model -
-
Uses of GetManagedNotificationEventRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetManagedNotificationEventRequest.Builder Modifier and Type Method Description default CompletableFuture<GetManagedNotificationEventResponse>NotificationsAsyncClient. getManagedNotificationEvent(Consumer<GetManagedNotificationEventRequest.Builder> getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent.default GetManagedNotificationEventResponseNotificationsClient. getManagedNotificationEvent(Consumer<GetManagedNotificationEventRequest.Builder> getManagedNotificationEventRequest)Returns a specifiedManagedNotificationEvent. -
Uses of GetManagedNotificationEventRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetManagedNotificationEventRequest.Builder Modifier and Type Method Description GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of theManagedNotificationEventto return.static GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest. builder()GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. locale(String locale)The locale code of the language used for the retrievedManagedNotificationEvent.GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedManagedNotificationEvent.GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetManagedNotificationEventRequest.BuilderGetManagedNotificationEventRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetManagedNotificationEventRequest.Builder Modifier and Type Method Description static Class<? extends GetManagedNotificationEventRequest.Builder>GetManagedNotificationEventRequest. serializableBuilderClass()
-