| Package | Description |
|---|---|
| io.gs2.showcase | |
| io.gs2.showcase.domain | |
| io.gs2.showcase.request |
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceResult |
Gs2ShowcaseRestClient.createNamespace(CreateNamespaceRequest request) |
void |
Gs2ShowcaseRestClient.createNamespaceAsync(CreateNamespaceRequest request,
AsyncAction<AsyncResult<CreateNamespaceResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDomain |
Gs2Showcase.createNamespace(CreateNamespaceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateNamespaceRequest |
CreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDescription(String description) |
CreateNamespaceRequest |
CreateNamespaceRequest.withKeyId(String keyId) |
CreateNamespaceRequest |
CreateNamespaceRequest.withLogSetting(LogSetting logSetting) |
CreateNamespaceRequest |
CreateNamespaceRequest.withName(String name) |
CreateNamespaceRequest |
CreateNamespaceRequest.withQueueNamespaceId(String queueNamespaceId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.