| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
CreateApiKeyResponse.apiKey()
The API key.
|
ApiKey |
UpdateApiKeyResponse.apiKey()
The API key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
ListApiKeysResponse.apiKeys()
The
ApiKey objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateApiKeyResponse.Builder |
CreateApiKeyResponse.Builder.apiKey(ApiKey apiKey)
The API key.
|
UpdateApiKeyResponse.Builder |
UpdateApiKeyResponse.Builder.apiKey(ApiKey apiKey)
The API key.
|
ListApiKeysResponse.Builder |
ListApiKeysResponse.Builder.apiKeys(ApiKey... apiKeys)
The
ApiKey objects. |
| Modifier and Type | Method and Description |
|---|---|
ListApiKeysResponse.Builder |
ListApiKeysResponse.Builder.apiKeys(Collection<ApiKey> apiKeys)
The
ApiKey objects. |
Copyright © 2022. All rights reserved.