| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventType.clone() |
EventType |
EventType.withArn(String arn)
The entity type ARN.
|
EventType |
EventType.withCreatedTime(String createdTime)
Timestamp of when the event type was created.
|
EventType |
EventType.withDescription(String description)
The event type description.
|
EventType |
EventType.withEntityTypes(Collection<String> entityTypes)
The event type entity types.
|
EventType |
EventType.withEntityTypes(String... entityTypes)
The event type entity types.
|
EventType |
EventType.withEventIngestion(EventIngestion eventIngestion)
If
Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. |
EventType |
EventType.withEventIngestion(String eventIngestion)
If
Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. |
EventType |
EventType.withEventVariables(Collection<String> eventVariables)
The event type event variables.
|
EventType |
EventType.withEventVariables(String... eventVariables)
The event type event variables.
|
EventType |
EventType.withIngestedEventStatistics(IngestedEventStatistics ingestedEventStatistics)
Data about the stored events.
|
EventType |
EventType.withLabels(Collection<String> labels)
The event type labels.
|
EventType |
EventType.withLabels(String... labels)
The event type labels.
|
EventType |
EventType.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the event type was last updated.
|
EventType |
EventType.withName(String name)
The event type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
GetEventTypesResult.getEventTypes()
An array of event types.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventTypesResult |
GetEventTypesResult.withEventTypes(EventType... eventTypes)
An array of event types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventTypesResult.setEventTypes(Collection<EventType> eventTypes)
An array of event types.
|
GetEventTypesResult |
GetEventTypesResult.withEventTypes(Collection<EventType> eventTypes)
An array of event types.
|
Copyright © 2022. All rights reserved.