Uses of Class
software.amazon.awssdk.services.appsync.model.SyncConfig
-
Packages that use SyncConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SyncConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return SyncConfig Modifier and Type Method Description SyncConfigCreateFunctionRequest. syncConfig()Returns the value of the SyncConfig property for this object.SyncConfigCreateResolverRequest. syncConfig()TheSyncConfigfor a resolver attached to a versioned data source.SyncConfigFunctionConfiguration. syncConfig()Returns the value of the SyncConfig property for this object.SyncConfigResolver. syncConfig()TheSyncConfigfor a resolver attached to a versioned data source.SyncConfigUpdateFunctionRequest. syncConfig()Returns the value of the SyncConfig property for this object.SyncConfigUpdateResolverRequest. syncConfig()TheSyncConfigfor a resolver attached to a versioned data source.Methods in software.amazon.awssdk.services.appsync.model with parameters of type SyncConfig Modifier and Type Method Description CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. syncConfig(SyncConfig syncConfig)Sets the value of the SyncConfig property for this object.CreateResolverRequest.BuilderCreateResolverRequest.Builder. syncConfig(SyncConfig syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.FunctionConfiguration.BuilderFunctionConfiguration.Builder. syncConfig(SyncConfig syncConfig)Sets the value of the SyncConfig property for this object.Resolver.BuilderResolver.Builder. syncConfig(SyncConfig syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. syncConfig(SyncConfig syncConfig)Sets the value of the SyncConfig property for this object.UpdateResolverRequest.BuilderUpdateResolverRequest.Builder. syncConfig(SyncConfig syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.
-