Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunNotification
-
Packages that use AssessmentRunNotification Package Description com.amazonaws.services.inspector.model -
-
Uses of AssessmentRunNotification in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunNotification Modifier and Type Method Description AssessmentRunNotificationAssessmentRunNotification. clone()AssessmentRunNotificationAssessmentRunNotification. withDate(Date dateValue)The date of the notification.AssessmentRunNotificationAssessmentRunNotification. withError(Boolean error)The Boolean value that specifies whether the notification represents an error.AssessmentRunNotificationAssessmentRunNotification. withEvent(InspectorEvent event)The event for which a notification is sent.AssessmentRunNotificationAssessmentRunNotification. withEvent(String event)The event for which a notification is sent.AssessmentRunNotificationAssessmentRunNotification. withMessage(String message)AssessmentRunNotificationAssessmentRunNotification. withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)The status code of the SNS notification.AssessmentRunNotificationAssessmentRunNotification. withSnsPublishStatusCode(String snsPublishStatusCode)The status code of the SNS notification.AssessmentRunNotificationAssessmentRunNotification. withSnsTopicArn(String snsTopicArn)The SNS topic to which the SNS notification is sent.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AssessmentRunNotification Modifier and Type Method Description List<AssessmentRunNotification>AssessmentRun. getNotifications()A list of notifications for the event subscriptions.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunNotification Modifier and Type Method Description AssessmentRunAssessmentRun. withNotifications(AssessmentRunNotification... notifications)A list of notifications for the event subscriptions.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AssessmentRunNotification Modifier and Type Method Description voidAssessmentRun. setNotifications(Collection<AssessmentRunNotification> notifications)A list of notifications for the event subscriptions.AssessmentRunAssessmentRun. withNotifications(Collection<AssessmentRunNotification> notifications)A list of notifications for the event subscriptions.
-