public static interface DiskSnapshotsService.ListRequest extends Request<DiskSnapshotsService.ListRequest,DiskSnapshotsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
DiskSnapshotsService.ListRequest |
max(BigInteger max)
Sets the maximum number of snapshots to return.
|
DiskSnapshotsService.ListRequest |
max(Integer max)
Sets the maximum number of snapshots to return.
|
DiskSnapshotsService.ListRequest |
max(Long max)
Sets the maximum number of snapshots to return.
|
DiskSnapshotsService.ListRequest max(Integer max)
Sets the maximum number of snapshots to return. If not specified all the snapshots are returned.
DiskSnapshotsService.ListRequest max(Long max)
Sets the maximum number of snapshots to return. If not specified all the snapshots are returned.
DiskSnapshotsService.ListRequest max(BigInteger max)
Sets the maximum number of snapshots to return. If not specified all the snapshots are returned.
Copyright © 2016. All rights reserved.