コード例 #1
0
 /// <summary>
 /// Paginator for ListTables operation
 ///</summary>
 public IListTablesPaginator ListTables(ListTablesRequest request)
 {
     return(new ListTablesPaginator(this.client, request));
 }
コード例 #2
0
 internal ListTablesPaginator(IAmazonKeyspaces client, ListTablesRequest request)
 {
     this._client  = client;
     this._request = request;
 }