Uses of Class
io.gs2.key.request.DeleteKeyRequest
Packages that use DeleteKeyRequest
-
Uses of DeleteKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type DeleteKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.deleteKey(DeleteKeyRequest request) voidGs2KeyRestClient.deleteKeyAsync(DeleteKeyRequest request, AsyncAction<AsyncResult<DeleteKeyResult>> callback) -
Uses of DeleteKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return DeleteKeyRequestModifier and TypeMethodDescriptionstatic DeleteKeyRequestDeleteKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteKeyRequest.withKeyName(String keyName) DeleteKeyRequest.withNamespaceName(String namespaceName)