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