Exemple #1
0
 internal ListKeyspacesPaginator(IAmazonKeyspaces client, ListKeyspacesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #2
0
 internal ListTagsForResourcePaginator(IAmazonKeyspaces client, ListTagsForResourceRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #3
0
 internal KeyspacesPaginatorFactory(IAmazonKeyspaces client)
 {
     this.client = client;
 }