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