| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AWS 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 CreateApiKeyResponse |
AppSyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Creates a unique key that you can distribute to clients who are executing your API.
|
default CompletableFuture<CreateApiKeyResponse> |
AppSyncAsyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Creates a unique key that you can distribute to clients who are executing 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)
The time from creation 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 © 2020. All rights reserved.