Uses of Class
io.gs2.key.request.UpdateKeyRequest
Packages that use UpdateKeyRequest
-
Uses of UpdateKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type UpdateKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.updateKey(UpdateKeyRequest request) voidGs2KeyRestClient.updateKeyAsync(UpdateKeyRequest request, AsyncAction<AsyncResult<UpdateKeyResult>> callback) -
Uses of UpdateKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return UpdateKeyRequestModifier and TypeMethodDescriptionstatic UpdateKeyRequestUpdateKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateKeyRequest.withDescription(String description) UpdateKeyRequest.withKeyName(String keyName) UpdateKeyRequest.withNamespaceName(String namespaceName)