| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static InspectorEvent |
InspectorEvent.fromValue(String value)
Use this in place of valueOf.
|
static InspectorEvent |
InspectorEvent.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventSubscription.setEvent(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
void |
AssessmentRunNotification.setEvent(InspectorEvent event)
The event for which a notification is sent.
|
void |
UnsubscribeFromEventRequest.setEvent(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
|
void |
SubscribeToEventRequest.setEvent(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
EventSubscription |
EventSubscription.withEvent(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
AssessmentRunNotification |
AssessmentRunNotification.withEvent(InspectorEvent event)
The event for which a notification is sent.
|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withEvent(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
|
SubscribeToEventRequest |
SubscribeToEventRequest.withEvent(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
Copyright © 2023. All rights reserved.