Uses of Class
software.amazon.awssdk.services.appsync.model.CreateApiKeyResponse
-
Packages that use CreateApiKeyResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of CreateApiKeyResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return CreateApiKeyResponse Modifier and Type Method Description default CreateApiKeyResponseAppSyncClient. createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates a unique key that you can distribute to clients who invoke your API.default CreateApiKeyResponseAppSyncClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Creates a unique key that you can distribute to clients who invoke your API.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type CreateApiKeyResponse Modifier and Type Method 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 CompletableFuture<CreateApiKeyResponse>AppSyncAsyncClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Creates a unique key that you can distribute to clients who invoke your API.
-