Uses of Class
software.amazon.awssdk.services.appsync.model.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest 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.transform -
-
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type CreateApiKeyRequest Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>AppSyncAsyncClient. createApiKey(CreateApiKeyRequest 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. -
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type CreateApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateApiKeyRequestMarshaller. marshall(CreateApiKeyRequest createApiKeyRequest)
-