Uses of Class
software.amazon.awssdk.services.inspector.model.AssessmentRunNotification
-
Packages that use AssessmentRunNotification Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AssessmentRunNotification in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AssessmentRunNotification Modifier and Type Method Description List<AssessmentRunNotification>AssessmentRun. notifications()A list of notifications for the event subscriptions.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AssessmentRunNotification Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. notifications(AssessmentRunNotification... notifications)A list of notifications for the event subscriptions.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AssessmentRunNotification Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. notifications(Collection<AssessmentRunNotification> notifications)A list of notifications for the event subscriptions.
-