Uses of Class
software.amazon.awssdk.services.amplifybackend.model.ResolutionStrategy
-
Packages that use ResolutionStrategy Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of ResolutionStrategy in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return ResolutionStrategy Modifier and Type Method Description static ResolutionStrategyResolutionStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolutionStrategyBackendAPIConflictResolution. resolutionStrategy()The strategy for conflict resolution.static ResolutionStrategyResolutionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolutionStrategy[]ResolutionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type ResolutionStrategy Modifier and Type Method Description static Set<ResolutionStrategy>ResolutionStrategy. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type ResolutionStrategy Modifier and Type Method Description BackendAPIConflictResolution.BuilderBackendAPIConflictResolution.Builder. resolutionStrategy(ResolutionStrategy resolutionStrategy)The strategy for conflict resolution.
-