Uses of Class
io.gs2.key.request.UpdateGitHubApiKeyRequest
Packages that use UpdateGitHubApiKeyRequest
-
Uses of UpdateGitHubApiKeyRequest in io.gs2.key
Methods in io.gs2.key with parameters of type UpdateGitHubApiKeyRequestModifier and TypeMethodDescriptionGs2KeyRestClient.updateGitHubApiKey(UpdateGitHubApiKeyRequest request) voidGs2KeyRestClient.updateGitHubApiKeyAsync(UpdateGitHubApiKeyRequest request, AsyncAction<AsyncResult<UpdateGitHubApiKeyResult>> callback) -
Uses of UpdateGitHubApiKeyRequest in io.gs2.key.request
Methods in io.gs2.key.request that return UpdateGitHubApiKeyRequestModifier and TypeMethodDescriptionstatic UpdateGitHubApiKeyRequestUpdateGitHubApiKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateGitHubApiKeyRequest.withApiKey(String apiKey) UpdateGitHubApiKeyRequest.withApiKeyName(String apiKeyName) UpdateGitHubApiKeyRequest.withDescription(String description) UpdateGitHubApiKeyRequest.withEncryptionKeyName(String encryptionKeyName) UpdateGitHubApiKeyRequest.withNamespaceName(String namespaceName)