| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EventType |
SendTestEventNotificationRequest.testEventType()
The event to simulate to test the notification specification.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
NotificationSpecification.eventTypes()
The list of events that should cause notifications to be sent.
|
static Set<EventType> |
EventType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypes(EventType... eventTypes)
The list of events that should cause notifications to be sent.
|
SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.testEventType(EventType testEventType)
The event to simulate to test the notification specification.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypes(Collection<EventType> eventTypes)
The list of events that should cause notifications to be sent.
|
Copyright © 2023. All rights reserved.