Uses of Enum
com.amazonaws.services.inspector.model.InspectorEvent
Packages that use InspectorEvent
-
Uses of InspectorEvent in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return InspectorEventModifier and TypeMethodDescriptionstatic InspectorEvent
Use this in place of valueOf.static InspectorEvent
Returns the enum constant of this type with the specified name.static InspectorEvent[]
InspectorEvent.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 InspectorEventModifier and TypeMethodDescriptionvoid
AssessmentRunNotification.setEvent
(InspectorEvent event) The event for which a notification is sent.void
EventSubscription.setEvent
(InspectorEvent event) The event for which Amazon Simple Notification Service (SNS) notifications are sent.void
SubscribeToEventRequest.setEvent
(InspectorEvent event) The event for which you want to receive SNS notifications.void
UnsubscribeFromEventRequest.setEvent
(InspectorEvent event) The event for which you want to stop receiving SNS notifications.AssessmentRunNotification.withEvent
(InspectorEvent event) The event for which a notification is sent.EventSubscription.withEvent
(InspectorEvent event) The event for which Amazon Simple Notification Service (SNS) notifications are sent.SubscribeToEventRequest.withEvent
(InspectorEvent event) The event for which you want to receive SNS notifications.UnsubscribeFromEventRequest.withEvent
(InspectorEvent event) The event for which you want to stop receiving SNS notifications.