| 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 GetEventPredictionMetadataResponse |
FraudDetectorClient.getEventPredictionMetadata(Consumer<GetEventPredictionMetadataRequest.Builder> getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
default CompletableFuture<GetEventPredictionMetadataResponse> |
FraudDetectorAsyncClient.getEventPredictionMetadata(Consumer<GetEventPredictionMetadataRequest.Builder> getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.builder() |
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.detectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.detectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.eventId(String eventId)
The event ID.
|
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.Builder.predictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
GetEventPredictionMetadataRequest.Builder |
GetEventPredictionMetadataRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventPredictionMetadataRequest.Builder> |
GetEventPredictionMetadataRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.