Uses of Class
software.amazon.awssdk.services.wellarchitected.model.NotificationSummary
-
Packages that use NotificationSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of NotificationSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type NotificationSummary Modifier and Type Method Description List<NotificationSummary>ListNotificationsResponse. notificationSummaries()List of lens notification summaries in a workload.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type NotificationSummary Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notificationSummaries(NotificationSummary... notificationSummaries)List of lens notification summaries in a workload.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type NotificationSummary Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notificationSummaries(Collection<NotificationSummary> notificationSummaries)List of lens notification summaries in a workload.
-