Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetEventPredictionMetadataRequest
-
Packages that use GetEventPredictionMetadataRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of GetEventPredictionMetadataRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetEventPredictionMetadataRequest Modifier and Type Method Description default CompletableFuture<GetEventPredictionMetadataResponse>FraudDetectorAsyncClient. getEventPredictionMetadata(GetEventPredictionMetadataRequest 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 GetEventPredictionMetadataResponseFraudDetectorClient. getEventPredictionMetadata(GetEventPredictionMetadataRequest 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. -
Uses of GetEventPredictionMetadataRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetEventPredictionMetadataRequest Modifier and Type Method Description SdkHttpFullRequestGetEventPredictionMetadataRequestMarshaller. marshall(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest)
-