Package | Description |
---|---|
com.amazonaws.services.appsync |
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 |
AbstractAWSAppSync.createApiKey(CreateApiKeyRequest request) |
CreateApiKeyResult |
AWSAppSyncClient.createApiKey(CreateApiKeyRequest request)
Creates a unique key that you can distribute to clients who are executing your API.
|
CreateApiKeyResult |
AWSAppSync.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Creates a unique key that you can distribute to clients who are executing your API.
|
Future<CreateApiKeyResult> |
AWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest)
Creates a unique key that you can distribute to clients who are executing your API.
|
Future<CreateApiKeyResult> |
AbstractAWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest request) |
Future<CreateApiKeyResult> |
AWSAppSyncAsyncClient.createApiKeyAsync(CreateApiKeyRequest request) |
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> |
AbstractAWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Future<CreateApiKeyResult> |
AWSAppSyncAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
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> |
AbstractAWSAppSyncAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Future<CreateApiKeyResult> |
AWSAppSyncAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyRequest |
CreateApiKeyRequest.clone() |
CreateApiKeyRequest |
CreateApiKeyRequest.withApiId(String apiId)
The ID for your GraphQL API.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withDescription(String description)
A description of the purpose of the API key.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withExpires(Long expires)
The time from creation time after which the API key expires.
|
Copyright © 2021. All rights reserved.