Ejemplo n.º 1
0
 internal ListKeyspacesPaginator(IAmazonKeyspaces client, ListKeyspacesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Paginator for ListKeyspaces operation
 ///</summary>
 public IListKeyspacesPaginator ListKeyspaces(ListKeyspacesRequest request)
 {
     return(new ListKeyspacesPaginator(this.client, request));
 }