Uses of Class
software.amazon.awssdk.services.inspector.model.InspectorEvent
-
Packages that use InspectorEvent Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of InspectorEvent in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return InspectorEvent Modifier and Type Method Description InspectorEventAssessmentRunNotification. event()The event for which a notification is sent.InspectorEventEventSubscription. event()The event for which Amazon Simple Notification Service (SNS) notifications are sent.InspectorEventSubscribeToEventRequest. event()The event for which you want to receive SNS notifications.InspectorEventUnsubscribeFromEventRequest. event()The event for which you want to stop receiving SNS notifications.static InspectorEventInspectorEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InspectorEventInspectorEvent. valueOf(String name)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 software.amazon.awssdk.services.inspector.model that return types with arguments of type InspectorEvent Modifier and Type Method Description static Set<InspectorEvent>InspectorEvent. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type InspectorEvent Modifier and Type Method Description AssessmentRunNotification.BuilderAssessmentRunNotification.Builder. event(InspectorEvent event)The event for which a notification is sent.EventSubscription.BuilderEventSubscription.Builder. event(InspectorEvent event)The event for which Amazon Simple Notification Service (SNS) notifications are sent.SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. event(InspectorEvent event)The event for which you want to receive SNS notifications.UnsubscribeFromEventRequest.BuilderUnsubscribeFromEventRequest.Builder. event(InspectorEvent event)The event for which you want to stop receiving SNS notifications.
-