Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateGraphqlApiResponse
-
Packages that use UpdateGraphqlApiResponse 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 UpdateGraphqlApiResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UpdateGraphqlApiResponse Modifier and Type Method Description default UpdateGraphqlApiResponseAppSyncClient. updateGraphqlApi(Consumer<UpdateGraphqlApiRequest.Builder> updateGraphqlApiRequest)Updates aGraphqlApiobject.default UpdateGraphqlApiResponseAppSyncClient. updateGraphqlApi(UpdateGraphqlApiRequest updateGraphqlApiRequest)Updates aGraphqlApiobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UpdateGraphqlApiResponse Modifier and Type Method Description default CompletableFuture<UpdateGraphqlApiResponse>AppSyncAsyncClient. updateGraphqlApi(Consumer<UpdateGraphqlApiRequest.Builder> updateGraphqlApiRequest)Updates aGraphqlApiobject.default CompletableFuture<UpdateGraphqlApiResponse>AppSyncAsyncClient. updateGraphqlApi(UpdateGraphqlApiRequest updateGraphqlApiRequest)Updates aGraphqlApiobject.
-