Uses of Interface
software.amazon.awssdk.services.notifications.model.ListNotificationConfigurationsResponse.Builder
-
Packages that use ListNotificationConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of ListNotificationConfigurationsResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListNotificationConfigurationsResponse.Builder Modifier and Type Method Description static ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse. builder()ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. nextToken(String nextToken)A pagination token.ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. notificationConfigurations(Collection<NotificationConfigurationStructure> notificationConfigurations)TheNotificationConfigurationsin the account.ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. notificationConfigurations(Consumer<NotificationConfigurationStructure.Builder>... notificationConfigurations)TheNotificationConfigurationsin the account.ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. notificationConfigurations(NotificationConfigurationStructure... notificationConfigurations)TheNotificationConfigurationsin the account.ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListNotificationConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListNotificationConfigurationsResponse.Builder>ListNotificationConfigurationsResponse. serializableBuilderClass()
-