| Package | Description |
|---|---|
| io.gs2.key.domain.iterator | |
| io.gs2.key.domain.model | |
| io.gs2.key.model | |
| io.gs2.key.result |
| Modifier and Type | Method and Description |
|---|---|
GitHubApiKey |
DescribeGitHubApiKeysIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GitHubApiKey> |
DescribeGitHubApiKeysIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GitHubApiKey |
GitHubApiKeyDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static GitHubApiKey |
GitHubApiKey.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GitHubApiKey |
GitHubApiKey.withApiKeyId(String apiKeyId) |
GitHubApiKey |
GitHubApiKey.withCreatedAt(Long createdAt) |
GitHubApiKey |
GitHubApiKey.withDescription(String description) |
GitHubApiKey |
GitHubApiKey.withEncryptionKeyName(String encryptionKeyName) |
GitHubApiKey |
GitHubApiKey.withName(String name) |
GitHubApiKey |
GitHubApiKey.withUpdatedAt(Long updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
GitHubApiKey.compareTo(GitHubApiKey o) |
| Modifier and Type | Method and Description |
|---|---|
GitHubApiKey |
GetGitHubApiKeyResult.getItem() |
GitHubApiKey |
CreateGitHubApiKeyResult.getItem() |
GitHubApiKey |
UpdateGitHubApiKeyResult.getItem() |
GitHubApiKey |
DeleteGitHubApiKeyResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<GitHubApiKey> |
DescribeGitHubApiKeysResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGitHubApiKeyResult.setItem(GitHubApiKey item) |
void |
CreateGitHubApiKeyResult.setItem(GitHubApiKey item) |
void |
UpdateGitHubApiKeyResult.setItem(GitHubApiKey item) |
void |
DeleteGitHubApiKeyResult.setItem(GitHubApiKey item) |
GetGitHubApiKeyResult |
GetGitHubApiKeyResult.withItem(GitHubApiKey item) |
CreateGitHubApiKeyResult |
CreateGitHubApiKeyResult.withItem(GitHubApiKey item) |
UpdateGitHubApiKeyResult |
UpdateGitHubApiKeyResult.withItem(GitHubApiKey item) |
DeleteGitHubApiKeyResult |
DeleteGitHubApiKeyResult.withItem(GitHubApiKey item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGitHubApiKeysResult.setItems(List<GitHubApiKey> items) |
DescribeGitHubApiKeysResult |
DescribeGitHubApiKeysResult.withItems(List<GitHubApiKey> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.