| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
SyncConfig |
CreateFunctionRequest.syncConfig()
Returns the value of the SyncConfig property for this object.
|
SyncConfig |
UpdateResolverRequest.syncConfig()
The
SyncConfig for a resolver attached to a versioned data source. |
SyncConfig |
UpdateFunctionRequest.syncConfig()
Returns the value of the SyncConfig property for this object.
|
SyncConfig |
Resolver.syncConfig()
The
SyncConfig for a resolver attached to a versioned data source. |
SyncConfig |
FunctionConfiguration.syncConfig()
Returns the value of the SyncConfig property for this object.
|
SyncConfig |
CreateResolverRequest.syncConfig()
The
SyncConfig for a resolver attached to a versioned data source. |
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.syncConfig(SyncConfig syncConfig)
Sets the value of the SyncConfig property for this object.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.syncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.syncConfig(SyncConfig syncConfig)
Sets the value of the SyncConfig property for this object.
|
Resolver.Builder |
Resolver.Builder.syncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.syncConfig(SyncConfig syncConfig)
Sets the value of the SyncConfig property for this object.
|
CreateResolverRequest.Builder |
CreateResolverRequest.Builder.syncConfig(SyncConfig syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
Copyright © 2023. All rights reserved.