Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.DataStoreRenderConfig.Builder
-
Packages that use DataStoreRenderConfig.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of DataStoreRenderConfig.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return DataStoreRenderConfig.Builder Modifier and Type Method Description static DataStoreRenderConfig.BuilderDataStoreRenderConfig. builder()DataStoreRenderConfig.BuilderDataStoreRenderConfig. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type DataStoreRenderConfig.Builder Modifier and Type Method Description static Class<? extends DataStoreRenderConfig.Builder>DataStoreRenderConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type DataStoreRenderConfig.Builder Modifier and Type Method Description default ApiConfiguration.BuilderApiConfiguration.Builder. dataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)The configuration for an application using DataStore APIs.static ApiConfigurationApiConfiguration. fromDataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)Create an instance of this class withApiConfiguration.dataStoreConfig()initialized to the given value.
-