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