internal ListEventPredictionsPaginator(IAmazonFraudDetector client, ListEventPredictionsRequest request) { this._client = client; this._request = request; }
/// <summary> /// Paginator for ListEventPredictions operation ///</summary> public IListEventPredictionsPaginator ListEventPredictions(ListEventPredictionsRequest request) { return(new ListEventPredictionsPaginator(this.client, request)); }