Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateTypeRequest
-
Packages that use UpdateTypeRequest 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 UpdateTypeRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type UpdateTypeRequest Modifier and Type Method Description default CompletableFuture<UpdateTypeResponse>AppSyncAsyncClient. updateType(UpdateTypeRequest updateTypeRequest)Updates aTypeobject.default UpdateTypeResponseAppSyncClient. updateType(UpdateTypeRequest updateTypeRequest)Updates aTypeobject. -
Uses of UpdateTypeRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type UpdateTypeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTypeRequestMarshaller. marshall(UpdateTypeRequest updateTypeRequest)
-