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