Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
SyncConfig |
SyncConfig.clone() |
SyncConfig |
Resolver.getSyncConfig()
The
SyncConfig for a resolver attached to a versioned datasource. |
SyncConfig |
CreateResolverRequest.getSyncConfig()
The
SyncConfig for a resolver attached to a versioned datasource. |
SyncConfig |
UpdateResolverRequest.getSyncConfig()
The
SyncConfig for a resolver attached to a versioned datasource. |
SyncConfig |
SyncConfig.withConflictDetection(ConflictDetectionType conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig |
SyncConfig.withConflictDetection(String conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig |
SyncConfig.withConflictHandler(ConflictHandlerType conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
SyncConfig |
SyncConfig.withConflictHandler(String conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
SyncConfig |
SyncConfig.withLambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
Modifier and Type | Method and Description |
---|---|
void |
Resolver.setSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
void |
CreateResolverRequest.setSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
void |
UpdateResolverRequest.setSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
Resolver |
Resolver.withSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
CreateResolverRequest |
CreateResolverRequest.withSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
UpdateResolverRequest |
UpdateResolverRequest.withSyncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned datasource. |
Copyright © 2020. All rights reserved.