Uses of Class
software.amazon.awssdk.services.appsync.model.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse 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 DeleteApiKeyResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return DeleteApiKeyResponse Modifier and Type Method Description default DeleteApiKeyResponseAppSyncClient. deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes an API key.default DeleteApiKeyResponseAppSyncClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes an API key.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteApiKeyResponse>AppSyncAsyncClient. deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes an API key.default CompletableFuture<DeleteApiKeyResponse>AppSyncAsyncClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes an API key.
-