Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKey.clone() |
ApiKey |
CreateApiKeyResult.getApiKey()
The API key.
|
ApiKey |
ApiKey.withDescription(String description)
A description of the purpose of the API key.
|
ApiKey |
ApiKey.withExpires(Long expires)
The time when the API key expires.
|
ApiKey |
ApiKey.withId(String id)
The API key ID.
|
Modifier and Type | Method and Description |
---|---|
List<ApiKey> |
ListApiKeysResult.getApiKeys()
The
ApiKey objects. |
Modifier and Type | Method and Description |
---|---|
void |
CreateApiKeyResult.setApiKey(ApiKey apiKey)
The API key.
|
CreateApiKeyResult |
CreateApiKeyResult.withApiKey(ApiKey apiKey)
The API key.
|
ListApiKeysResult |
ListApiKeysResult.withApiKeys(ApiKey... apiKeys)
The
ApiKey objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListApiKeysResult.setApiKeys(Collection<ApiKey> apiKeys)
The
ApiKey objects. |
ListApiKeysResult |
ListApiKeysResult.withApiKeys(Collection<ApiKey> apiKeys)
The
ApiKey objects. |
Copyright © 2017. All rights reserved.