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 InspectorEventUse this in place of valueOf.static InspectorEventReturns 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 TypeMethodDescriptionvoidAssessmentRunNotification.setEvent(InspectorEvent event) The event for which a notification is sent.voidEventSubscription.setEvent(InspectorEvent event) The event for which Amazon Simple Notification Service (SNS) notifications are sent.voidSubscribeToEventRequest.setEvent(InspectorEvent event) The event for which you want to receive SNS notifications.voidUnsubscribeFromEventRequest.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.