Uses of Interface
software.amazon.awssdk.services.datazone.model.ListNotificationsResponse.Builder
-
Packages that use ListNotificationsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListNotificationsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListNotificationsResponse.Builder Modifier and Type Method Description static ListNotificationsResponse.BuilderListNotificationsResponse. builder()ListNotificationsResponse.BuilderListNotificationsResponse.Builder. nextToken(String nextToken)When the number of notifications is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notifications, the response includes a pagination token namedNextToken.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Collection<NotificationOutput> notifications)The results of theListNotificationsaction.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Consumer<NotificationOutput.Builder>... notifications)The results of theListNotificationsaction.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(NotificationOutput... notifications)The results of theListNotificationsaction.ListNotificationsResponse.BuilderListNotificationsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListNotificationsResponse.Builder Modifier and Type Method Description static Class<? extends ListNotificationsResponse.Builder>ListNotificationsResponse. serializableBuilderClass()
-