Uses of Class
software.amazon.awssdk.services.frauddetector.model.EventPredictionSummary
-
Packages that use EventPredictionSummary Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EventPredictionSummary in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EventPredictionSummary Modifier and Type Method Description List<EventPredictionSummary>ListEventPredictionsResponse. eventPredictionSummaries()The summary of the past predictions.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type EventPredictionSummary Modifier and Type Method Description ListEventPredictionsResponse.BuilderListEventPredictionsResponse.Builder. eventPredictionSummaries(EventPredictionSummary... eventPredictionSummaries)The summary of the past predictions.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type EventPredictionSummary Modifier and Type Method Description ListEventPredictionsResponse.BuilderListEventPredictionsResponse.Builder. eventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)The summary of the past predictions.
-