| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static DataStoreRenderConfig.Builder |
DataStoreRenderConfig.builder() |
DataStoreRenderConfig.Builder |
DataStoreRenderConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataStoreRenderConfig.Builder> |
DataStoreRenderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApiConfiguration.Builder |
ApiConfiguration.Builder.dataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)
The configuration for an application using DataStore APIs.
|
static ApiConfiguration |
ApiConfiguration.fromDataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)
Create an instance of this class with
ApiConfiguration.dataStoreConfig() initialized to the given value. |
Copyright © 2023. All rights reserved.