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