| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolutionStrategy |
ResolutionStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResolutionStrategy |
BackendAPIConflictResolution.resolutionStrategy()
The strategy for conflict resolution.
|
static ResolutionStrategy |
ResolutionStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResolutionStrategy> |
ResolutionStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BackendAPIConflictResolution.Builder |
BackendAPIConflictResolution.Builder.resolutionStrategy(ResolutionStrategy resolutionStrategy)
The strategy for conflict resolution.
|
Copyright © 2021. All rights reserved.