Uses of Class
software.amazon.awssdk.services.appsync.model.ApiKeyValidityOutOfBoundsException
-
Packages that use ApiKeyValidityOutOfBoundsException 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 ApiKeyValidityOutOfBoundsException in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that throw ApiKeyValidityOutOfBoundsException 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.default UpdateApiKeyResponseAppSyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Updates an API key.default UpdateApiKeyResponseAppSyncClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Updates an API key.
-