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 |
---|---|
Future<UpdateApiKeyResult> |
AWSAppSyncAsync.updateApiKeyAsync(UpdateApiKeyRequest updateApiKeyRequest,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler)
Updates an API key.
|
Future<UpdateApiKeyResult> |
AbstractAWSAppSyncAsync.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Future<UpdateApiKeyResult> |
AWSAppSyncAsyncClient.updateApiKeyAsync(UpdateApiKeyRequest request,
AsyncHandler<UpdateApiKeyRequest,UpdateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateApiKeyRequest |
UpdateApiKeyRequest.clone() |
UpdateApiKeyRequest |
UpdateApiKeyRequest.withApiId(String apiId)
The ID for the GraphQL API.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withDescription(String description)
A description of the purpose of the API key.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withExpires(Long expires)
From the update time, the time after which the API key expires.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withId(String id)
The API key ID.
|
Copyright © 2022. All rights reserved.