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 |
AssessmentRunNotification.setEvent(InspectorEvent event)
The event for which a notification is 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.
|
void |
EventSubscription.setEvent(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.
|
SubscribeToEventRequest |
SubscribeToEventRequest.withEvent(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withEvent(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
|
EventSubscription |
EventSubscription.withEvent(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS)
notifications are sent.
|
Copyright © 2018. All rights reserved.