| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
InspectorEvent |
SubscribeToEventRequest.event()
The event for which you want to receive SNS notifications.
|
InspectorEvent |
UnsubscribeFromEventRequest.event()
The event for which you want to stop receiving SNS notifications.
|
InspectorEvent |
EventSubscription.event()
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
InspectorEvent |
AssessmentRunNotification.event()
The event for which a notification is sent.
|
static InspectorEvent |
InspectorEvent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<InspectorEvent> |
InspectorEvent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.event(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
UnsubscribeFromEventRequest.Builder |
UnsubscribeFromEventRequest.Builder.event(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
|
EventSubscription.Builder |
EventSubscription.Builder.event(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
AssessmentRunNotification.Builder |
AssessmentRunNotification.Builder.event(InspectorEvent event)
The event for which a notification is sent.
|
Copyright © 2023. All rights reserved.