Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateApiRequest
-
Packages that use UpdateApiRequest 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 UpdateApiRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type UpdateApiRequest Modifier and Type Method Description default CompletableFuture<UpdateApiResponse>AppSyncAsyncClient. updateApi(UpdateApiRequest updateApiRequest)Updates anApi.default UpdateApiResponseAppSyncClient. updateApi(UpdateApiRequest updateApiRequest)Updates anApi. -
Uses of UpdateApiRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type UpdateApiRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApiRequestMarshaller. marshall(UpdateApiRequest updateApiRequest)
-