| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static SyncConfig.Builder |
SyncConfig.builder() |
SyncConfig.Builder |
SyncConfig.Builder.conflictDetection(ConflictDetectionType conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictDetection(String conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictHandler(ConflictHandlerType conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictHandler(String conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
default SyncConfig.Builder |
SyncConfig.Builder.lambdaConflictHandlerConfig(Consumer<LambdaConflictHandlerConfig.Builder> lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
SyncConfig.Builder |
SyncConfig.Builder.lambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
SyncConfig.Builder |
SyncConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SyncConfig.Builder> |
SyncConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateResolverRequest.Builder |
CreateResolverRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
default Resolver.Builder |
Resolver.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
default UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
Copyright © 2020. All rights reserved.