コード例 #1
0
 internal ListEventPredictionsPaginator(IAmazonFraudDetector client, ListEventPredictionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
コード例 #2
0
 /// <summary>
 /// Paginator for ListEventPredictions operation
 ///</summary>
 public IListEventPredictionsPaginator ListEventPredictions(ListEventPredictionsRequest request)
 {
     return(new ListEventPredictionsPaginator(this.client, request));
 }