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 AssessmentRunNotification
AssessmentRunNotification. clone()
AssessmentRunNotification
AssessmentRunNotification. withDate(Date dateValue)
The date of the notification.AssessmentRunNotification
AssessmentRunNotification. withError(Boolean error)
The Boolean value that specifies whether the notification represents an error.AssessmentRunNotification
AssessmentRunNotification. withEvent(InspectorEvent event)
The event for which a notification is sent.AssessmentRunNotification
AssessmentRunNotification. withEvent(String event)
The event for which a notification is sent.AssessmentRunNotification
AssessmentRunNotification. withMessage(String message)
AssessmentRunNotification
AssessmentRunNotification. withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)
The status code of the SNS notification.AssessmentRunNotification
AssessmentRunNotification. withSnsPublishStatusCode(String snsPublishStatusCode)
The status code of the SNS notification.AssessmentRunNotification
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 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 AssessmentRun
AssessmentRun. 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 void
AssessmentRun. setNotifications(Collection<AssessmentRunNotification> notifications)
A list of notifications for the event subscriptions.AssessmentRun
AssessmentRun. withNotifications(Collection<AssessmentRunNotification> notifications)
A list of notifications for the event subscriptions.
-