Uses of Class
io.gs2.key.request.CreateKeyRequest
Packages that use CreateKeyRequest
-
Uses of CreateKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type CreateKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.createKey(CreateKeyRequest request) voidGs2KeyRestClient.createKeyAsync(CreateKeyRequest request, AsyncAction<AsyncResult<CreateKeyResult>> callback) -
Uses of CreateKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return CreateKeyRequestModifier and TypeMethodDescriptionstatic CreateKeyRequestCreateKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateKeyRequest.withDescription(String description) CreateKeyRequest.withNamespaceName(String namespaceName)