| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.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 |
Event.type()
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
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 |
|---|---|
static Set<EventType> |
EventType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.type(EventType type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
Copyright © 2022. All rights reserved.