Uses of Enum
com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
Packages that use AssessmentRunNotificationSnsStatusCode
-
Uses of AssessmentRunNotificationSnsStatusCode in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunNotificationSnsStatusCodeModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.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 AssessmentRunNotificationSnsStatusCodeModifier and TypeMethodDescriptionvoid
AssessmentRunNotification.setSnsPublishStatusCode
(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode) The status code of the SNS notification.AssessmentRunNotification.withSnsPublishStatusCode
(AssessmentRunNotificationSnsStatusCode snsPublishStatusCode) The status code of the SNS notification.