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