Example #1
0
 internal ListSnapshotsPaginator(IAmazonGameSparks client, ListSnapshotsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Example #2
0
 /// <summary>
 /// Paginator for ListSnapshots operation
 ///</summary>
 public IListSnapshotsPaginator ListSnapshots(ListSnapshotsRequest request)
 {
     return(new ListSnapshotsPaginator(this.client, request));
 }