| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApiKeyResponse> |
AppSyncAsyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Creates a unique key that you can distribute to clients who invoke your API.
|
default CreateApiKeyResponse |
AppSyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Creates a unique key that you can distribute to clients who invoke your API.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.apiId(String apiId)
The ID for your GraphQL API.
|
static CreateApiKeyRequest.Builder |
CreateApiKeyRequest.builder() |
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.description(String description)
A description of the purpose of the API key.
|
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.expires(Long expires)
From the creation time, the time after which the API key expires.
|
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApiKeyRequest.Builder> |
CreateApiKeyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.