| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
default SendEventResponse |
FraudDetectorClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
default CompletableFuture<SendEventResponse> |
FraudDetectorAsyncClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest.Builder |
SendEventRequest.Builder.assignedLabel(String assignedLabel)
The label to associate with the event.
|
static SendEventRequest.Builder |
SendEventRequest.builder() |
SendEventRequest.Builder |
SendEventRequest.Builder.entities(Collection<Entity> entities)
An array of entities.
|
SendEventRequest.Builder |
SendEventRequest.Builder.entities(Consumer<Entity.Builder>... entities)
An array of entities.
|
SendEventRequest.Builder |
SendEventRequest.Builder.entities(Entity... entities)
An array of entities.
|
SendEventRequest.Builder |
SendEventRequest.Builder.eventId(String eventId)
The event ID to upload.
|
SendEventRequest.Builder |
SendEventRequest.Builder.eventTimestamp(String eventTimestamp)
The timestamp that defines when the event under evaluation occurred.
|
SendEventRequest.Builder |
SendEventRequest.Builder.eventTypeName(String eventTypeName)
The event type name of the event.
|
SendEventRequest.Builder |
SendEventRequest.Builder.eventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their
corresponding values for the event you are sending for evaluation.
|
SendEventRequest.Builder |
SendEventRequest.Builder.labelTimestamp(String labelTimestamp)
The timestamp associated with the label.
|
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendEventRequest.Builder |
SendEventRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendEventRequest.Builder> |
SendEventRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.