Uses of Interface
software.amazon.awssdk.services.notifications.model.GetNotificationEventRequest.Builder
-
Packages that use GetNotificationEventRequest.Builder 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.software.amazon.awssdk.services.notifications.model -
-
Uses of GetNotificationEventRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetNotificationEventRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNotificationEventResponse>NotificationsAsyncClient. getNotificationEvent(Consumer<GetNotificationEventRequest.Builder> getNotificationEventRequest)Returns a specified NotificationEvent.default GetNotificationEventResponseNotificationsClient. getNotificationEvent(Consumer<GetNotificationEventRequest.Builder> getNotificationEventRequest)Returns a specified NotificationEvent. -
Uses of GetNotificationEventRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetNotificationEventRequest.Builder Modifier and Type Method Description GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the NotificationEvent to return.static GetNotificationEventRequest.BuilderGetNotificationEventRequest. builder()GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. locale(String locale)The locale code of the language used for the retrieved NotificationEvent.GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrieved NotificationEvent.GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationEventRequest.BuilderGetNotificationEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNotificationEventRequest.BuilderGetNotificationEventRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetNotificationEventRequest.Builder Modifier and Type Method Description static Class<? extends GetNotificationEventRequest.Builder>GetNotificationEventRequest. serializableBuilderClass()
-