Uses of Interface
software.amazon.awssdk.services.notifications.model.ListNotificationConfigurationsRequest.Builder
-
Packages that use ListNotificationConfigurationsRequest.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 ListNotificationConfigurationsRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type ListNotificationConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNotificationConfigurationsResponse>NotificationsAsyncClient. listNotificationConfigurations(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest)Returns a list of abbreviated NotificationConfigurations according to specified filters, in reverse chronological order (newest first).default ListNotificationConfigurationsResponseNotificationsClient. listNotificationConfigurations(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest)Returns a list of abbreviated NotificationConfigurations according to specified filters, in reverse chronological order (newest first).default ListNotificationConfigurationsPublisherNotificationsAsyncClient. listNotificationConfigurationsPaginator(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest)default ListNotificationConfigurationsIterableNotificationsClient. listNotificationConfigurationsPaginator(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest) -
Uses of ListNotificationConfigurationsRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListNotificationConfigurationsRequest.Builder Modifier and Type Method Description static ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest. builder()ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. channelArn(String channelArn)The Amazon Resource Name (ARN) of the Channel to match.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. eventRuleSource(String eventRuleSource)The matched event source.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned in this call.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. nextToken(String nextToken)The start token for paginated calls.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. status(String status)The NotificationConfiguration status to match.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest.Builder. status(NotificationConfigurationStatus status)The NotificationConfiguration status to match.ListNotificationConfigurationsRequest.BuilderListNotificationConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListNotificationConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationConfigurationsRequest.Builder>ListNotificationConfigurationsRequest. serializableBuilderClass()
-