Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ListNotificationsResponse.Builder
-
Packages that use ListNotificationsResponse.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ListNotificationsResponse.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ListNotificationsResponse.Builder Modifier and Type Method Description static ListNotificationsResponse.BuilderListNotificationsResponse. builder()ListNotificationsResponse.BuilderListNotificationsResponse.Builder. nextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Collection<Notification> notifications)The returned list of notifications.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Consumer<Notification.Builder>... notifications)The returned list of notifications.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Notification... notifications)The returned list of notifications.ListNotificationsResponse.BuilderListNotificationsResponse. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ListNotificationsResponse.Builder Modifier and Type Method Description static Class<? extends ListNotificationsResponse.Builder>ListNotificationsResponse. serializableBuilderClass()
-