public static interface DiskProfileService.UpdateRequest extends Request<DiskProfileService.UpdateRequest,DiskProfileService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
DiskProfileService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
DiskProfileService.UpdateRequest |
profile(DiskProfile profile) |
DiskProfileService.UpdateRequest |
profile(DiskProfileBuilder profile) |
DiskProfileService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
DiskProfileService.UpdateRequest profile(DiskProfile profile)
DiskProfileService.UpdateRequest profile(DiskProfileBuilder profile)
Copyright © 2016. All rights reserved.