Uses of Class
io.gs2.key.request.GetKeyRequest
Packages that use GetKeyRequest
-
Uses of GetKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type GetKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.getKey(GetKeyRequest request) voidGs2KeyRestClient.getKeyAsync(GetKeyRequest request, AsyncAction<AsyncResult<GetKeyResult>> callback) -
Uses of GetKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return GetKeyRequestModifier and TypeMethodDescriptionstatic GetKeyRequestGetKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetKeyRequest.withKeyName(String keyName) GetKeyRequest.withNamespaceName(String namespaceName)