Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunNotification
Packages that use AssessmentRunNotification
-
Uses of AssessmentRunNotification in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunNotificationModifier and TypeMethodDescriptionAssessmentRunNotification.clone()The date of the notification.The Boolean value that specifies whether the notification represents an error.AssessmentRunNotification.withEvent(InspectorEvent event) The event for which a notification is sent.The event for which a notification is sent.AssessmentRunNotification.withMessage(String message) AssessmentRunNotification.withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode) The status code of the SNS notification.AssessmentRunNotification.withSnsPublishStatusCode(String snsPublishStatusCode) The status code of the SNS notification.AssessmentRunNotification.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 AssessmentRunNotificationModifier and TypeMethodDescriptionAssessmentRun.getNotifications()A list of notifications for the event subscriptions.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunNotificationModifier and TypeMethodDescriptionAssessmentRun.withNotifications(AssessmentRunNotification... notifications) A list of notifications for the event subscriptions.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AssessmentRunNotificationModifier and TypeMethodDescriptionvoidAssessmentRun.setNotifications(Collection<AssessmentRunNotification> notifications) A list of notifications for the event subscriptions.AssessmentRun.withNotifications(Collection<AssessmentRunNotification> notifications) A list of notifications for the event subscriptions.