Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetEventPredictionMetadataResponse
-
Packages that use GetEventPredictionMetadataResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of GetEventPredictionMetadataResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetEventPredictionMetadataResponse Modifier and Type Method Description default GetEventPredictionMetadataResponseFraudDetectorClient. 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 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.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetEventPredictionMetadataResponse Modifier and Type Method Description 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.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.
-