Uses of Interface
software.amazon.awssdk.services.notifications.model.ListManagedNotificationChildEventsRequest.Builder
-
Packages that use ListManagedNotificationChildEventsRequest.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 ListManagedNotificationChildEventsRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type ListManagedNotificationChildEventsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListManagedNotificationChildEventsResponse>NotificationsAsyncClient. listManagedNotificationChildEvents(Consumer<ListManagedNotificationChildEventsRequest.Builder> listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationChildEventsResponseNotificationsClient. listManagedNotificationChildEvents(Consumer<ListManagedNotificationChildEventsRequest.Builder> listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationChildEventsPublisherNotificationsAsyncClient. listManagedNotificationChildEventsPaginator(Consumer<ListManagedNotificationChildEventsRequest.Builder> listManagedNotificationChildEventsRequest)default ListManagedNotificationChildEventsIterableNotificationsClient. listManagedNotificationChildEventsPaginator(Consumer<ListManagedNotificationChildEventsRequest.Builder> listManagedNotificationChildEventsRequest) -
Uses of ListManagedNotificationChildEventsRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListManagedNotificationChildEventsRequest.Builder Modifier and Type Method Description ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. aggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn)The Amazon Resource Name (ARN) of theManagedNotificationEvent.static ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest. builder()ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. endTime(Instant endTime)Latest time of events to return from this call.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. locale(String locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. nextToken(String nextToken)The start token for paginated calls.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. organizationalUnitId(String organizationalUnitId)The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. relatedAccount(String relatedAccount)The Amazon Web Services account ID associated with the Managed Notification Child Events.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest.Builder. startTime(Instant startTime)The earliest time of events to return from this call.ListManagedNotificationChildEventsRequest.BuilderListManagedNotificationChildEventsRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListManagedNotificationChildEventsRequest.Builder Modifier and Type Method Description static Class<? extends ListManagedNotificationChildEventsRequest.Builder>ListManagedNotificationChildEventsRequest. serializableBuilderClass()
-