Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileNotificationSummary
-
Packages that use ProfileNotificationSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileNotificationSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileNotificationSummary Modifier and Type Method Description List<ProfileNotificationSummary>ListProfileNotificationsResponse. notificationSummaries()Notification summaries.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileNotificationSummary Modifier and Type Method Description ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. notificationSummaries(ProfileNotificationSummary... notificationSummaries)Notification summaries.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileNotificationSummary Modifier and Type Method Description ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. notificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)Notification summaries.
-