| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConflictHandlerConfig |
LambdaConflictHandlerConfig.clone() |
LambdaConflictHandlerConfig |
SyncConfig.getLambdaConflictHandlerConfig()
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
LambdaConflictHandlerConfig |
LambdaConflictHandlerConfig.withLambdaConflictHandlerArn(String lambdaConflictHandlerArn)
The Arn for the Lambda function to use as the Conflict Handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncConfig.setLambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
SyncConfig |
SyncConfig.withLambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
Copyright © 2020. All rights reserved.