Uses of Class
software.amazon.awssdk.services.appsync.model.ConflictDetectionType
-
Packages that use ConflictDetectionType Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of ConflictDetectionType in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ConflictDetectionType Modifier and Type Method Description ConflictDetectionTypeSyncConfig. conflictDetection()The Conflict Detection strategy to use.static ConflictDetectionTypeConflictDetectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConflictDetectionTypeConflictDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictDetectionType[]ConflictDetectionType. 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 ConflictDetectionType Modifier and Type Method Description static Set<ConflictDetectionType>ConflictDetectionType. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type ConflictDetectionType Modifier and Type Method Description SyncConfig.BuilderSyncConfig.Builder. conflictDetection(ConflictDetectionType conflictDetection)The Conflict Detection strategy to use.
-