Uses of Interface
software.amazon.awssdk.services.notifications.model.GetManagedNotificationChildEventRequest.Builder
-
Packages that use GetManagedNotificationChildEventRequest.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 GetManagedNotificationChildEventRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetManagedNotificationChildEventRequest.Builder Modifier and Type Method Description default CompletableFuture<GetManagedNotificationChildEventResponse>NotificationsAsyncClient. getManagedNotificationChildEvent(Consumer<GetManagedNotificationChildEventRequest.Builder> getManagedNotificationChildEventRequest)Returns the child event of a specific givenManagedNotificationEvent.default GetManagedNotificationChildEventResponseNotificationsClient. getManagedNotificationChildEvent(Consumer<GetManagedNotificationChildEventRequest.Builder> getManagedNotificationChildEventRequest)Returns the child event of a specific givenManagedNotificationEvent. -
Uses of GetManagedNotificationChildEventRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetManagedNotificationChildEventRequest.Builder Modifier and Type Method Description GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of theManagedNotificationChildEventto return.static GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest. builder()GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. locale(String locale)The locale code of the language used for the retrievedManagedNotificationChildEvent.GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedManagedNotificationChildEvent.GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetManagedNotificationChildEventRequest.BuilderGetManagedNotificationChildEventRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetManagedNotificationChildEventRequest.Builder Modifier and Type Method Description static Class<? extends GetManagedNotificationChildEventRequest.Builder>GetManagedNotificationChildEventRequest. serializableBuilderClass()
-