| Package | Description |
|---|---|
| io.gs2.key | |
| io.gs2.key.domain.model | |
| io.gs2.key.request |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
Gs2KeyRestClient.createKey(CreateKeyRequest request) |
void |
Gs2KeyRestClient.createKeyAsync(CreateKeyRequest request,
AsyncAction<AsyncResult<CreateKeyResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
KeyDomain |
NamespaceDomain.createKey(CreateKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyRequest |
CreateKeyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateKeyRequest |
CreateKeyRequest.withDescription(String description) |
CreateKeyRequest |
CreateKeyRequest.withName(String name) |
CreateKeyRequest |
CreateKeyRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.