Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.NotificationSummary.Builder
-
Packages that use NotificationSummary.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of NotificationSummary.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return NotificationSummary.Builder Modifier and Type Method Description static NotificationSummary.BuilderNotificationSummary. builder()default NotificationSummary.BuilderNotificationSummary.Builder. lensUpgradeSummary(Consumer<LensUpgradeSummary.Builder> lensUpgradeSummary)Summary of lens upgrade.NotificationSummary.BuilderNotificationSummary.Builder. lensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)Summary of lens upgrade.NotificationSummary.BuilderNotificationSummary. toBuilder()NotificationSummary.BuilderNotificationSummary.Builder. type(String type)The type of notification.NotificationSummary.BuilderNotificationSummary.Builder. type(NotificationType type)The type of notification.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type NotificationSummary.Builder Modifier and Type Method Description static Class<? extends NotificationSummary.Builder>NotificationSummary. serializableBuilderClass()
-