Package | Description |
---|---|
com.amazonaws.services.appsync |
AWS AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
AWSAppSync.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Creates a unique key that you can distribute to clients who are executing your API.
|
CreateApiKeyResult |
AbstractAWSAppSync.createApiKey(CreateApiKeyRequest request) |
CreateApiKeyResult |
AWSAppSyncClient.createApiKey(CreateApiKeyRequest request)
Creates a unique key that you can distribute to clients who are executing your API.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateApiKeyResult> |
AWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler)
Creates a unique key that you can distribute to clients who are executing your API.
|
Future<CreateApiKeyResult> |
AWSAppSyncAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Future<CreateApiKeyResult> |
AbstractAWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
CreateApiKeyResult.clone() |
CreateApiKeyResult |
CreateApiKeyResult.withApiKey(ApiKey apiKey)
The API key.
|
Copyright © 2019. All rights reserved.