| Package | Description |
|---|---|
| io.gs2.key | |
| io.gs2.key.domain.model | |
| io.gs2.key.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateGitHubApiKeyResult |
Gs2KeyRestClient.updateGitHubApiKey(UpdateGitHubApiKeyRequest request) |
void |
Gs2KeyRestClient.updateGitHubApiKeyAsync(UpdateGitHubApiKeyRequest request,
AsyncAction<AsyncResult<UpdateGitHubApiKeyResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
GitHubApiKeyDomain |
GitHubApiKeyDomain.update(UpdateGitHubApiKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.withApiKey(String apiKey) |
UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.withApiKeyName(String apiKeyName) |
UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.withDescription(String description) |
UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.withEncryptionKeyName(String encryptionKeyName) |
UpdateGitHubApiKeyRequest |
UpdateGitHubApiKeyRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.