Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AssessmentRunNotification> |
AssessmentRun.notifications
A list of notifications for the event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
AssessmentRunNotification |
AssessmentRunNotification.clone() |
AssessmentRunNotification |
AssessmentRunNotification.withDate(java.util.Date dateValue)
The date of the notification.
|
AssessmentRunNotification |
AssessmentRunNotification.withError(java.lang.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(java.lang.String event)
The event for which a notification is sent.
|
AssessmentRunNotification |
AssessmentRunNotification.withMessage(java.lang.String message) |
AssessmentRunNotification |
AssessmentRunNotification.withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)
The status code of the SNS notification.
|
AssessmentRunNotification |
AssessmentRunNotification.withSnsPublishStatusCode(java.lang.String snsPublishStatusCode)
The status code of the SNS notification.
|
AssessmentRunNotification |
AssessmentRunNotification.withSnsTopicArn(java.lang.String snsTopicArn)
The SNS topic to which the SNS notification is sent.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AssessmentRunNotification> |
AssessmentRun.getNotifications()
A list of notifications for the event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
AssessmentRun |
AssessmentRun.withNotifications(AssessmentRunNotification... notifications)
A list of notifications for the event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentRun.setNotifications(java.util.Collection<AssessmentRunNotification> notifications)
A list of notifications for the event subscriptions.
|
AssessmentRun |
AssessmentRun.withNotifications(java.util.Collection<AssessmentRunNotification> notifications)
A list of notifications for the event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
AssessmentRunNotification |
AssessmentRunNotificationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssessmentRunNotificationJsonMarshaller.marshall(AssessmentRunNotification assessmentRunNotification,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|