Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
-
Packages that use AssessmentRunNotificationSnsStatusCode Package Description com.amazonaws.services.inspector.model -
-
Uses of AssessmentRunNotificationSnsStatusCode in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunNotificationSnsStatusCode Modifier and Type Method Description static AssessmentRunNotificationSnsStatusCode
AssessmentRunNotificationSnsStatusCode. fromValue(String value)
Use this in place of valueOf.static AssessmentRunNotificationSnsStatusCode
AssessmentRunNotificationSnsStatusCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssessmentRunNotificationSnsStatusCode[]
AssessmentRunNotificationSnsStatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunNotificationSnsStatusCode Modifier and Type Method Description void
AssessmentRunNotification. setSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)
The status code of the SNS notification.AssessmentRunNotification
AssessmentRunNotification. withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode)
The status code of the SNS notification.
-