Uses of Class
software.amazon.awssdk.services.appsync.model.ApiKeyLimitExceededException
-
Packages that use ApiKeyLimitExceededException 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 ApiKeyLimitExceededException in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that throw ApiKeyLimitExceededException 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.
-