Uses of Class
software.amazon.awssdk.services.appsync.model.ConflictHandlerType
-
Packages that use ConflictHandlerType Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of ConflictHandlerType in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ConflictHandlerType Modifier and Type Method Description ConflictHandlerTypeSyncConfig. conflictHandler()The Conflict Resolution strategy to perform in the event of a conflict.static ConflictHandlerTypeConflictHandlerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConflictHandlerTypeConflictHandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictHandlerType[]ConflictHandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ConflictHandlerType Modifier and Type Method Description static Set<ConflictHandlerType>ConflictHandlerType. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type ConflictHandlerType Modifier and Type Method Description SyncConfig.BuilderSyncConfig.Builder. conflictHandler(ConflictHandlerType conflictHandler)The Conflict Resolution strategy to perform in the event of a conflict.
-