Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateApiKeyResponse
-
Packages that use UpdateApiKeyResponse 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 UpdateApiKeyResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UpdateApiKeyResponse Modifier and Type Method Description default UpdateApiKeyResponseAppSyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Updates an API key.default UpdateApiKeyResponseAppSyncClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Updates an API key.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UpdateApiKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateApiKeyResponse>AppSyncAsyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Updates an API key.default CompletableFuture<UpdateApiKeyResponse>AppSyncAsyncClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Updates an API key.
-