Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ApiConfiguration
-
Packages that use ApiConfiguration Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ApiConfiguration in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ApiConfiguration Modifier and Type Method Description ApiConfigurationReactStartCodegenJobData. apiConfiguration()The API configuration for the code generation job.static ApiConfigurationApiConfiguration. fromDataStoreConfig(Consumer<DataStoreRenderConfig.Builder> dataStoreConfig)Create an instance of this class withdataStoreConfig()initialized to the given value.static ApiConfigurationApiConfiguration. fromDataStoreConfig(DataStoreRenderConfig dataStoreConfig)Create an instance of this class withdataStoreConfig()initialized to the given value.static ApiConfigurationApiConfiguration. fromGraphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)Create an instance of this class withgraphQLConfig()initialized to the given value.static ApiConfigurationApiConfiguration. fromGraphQLConfig(GraphQLRenderConfig graphQLConfig)Create an instance of this class withgraphQLConfig()initialized to the given value.static ApiConfigurationApiConfiguration. fromNoApiConfig(Consumer<NoApiRenderConfig.Builder> noApiConfig)Create an instance of this class withnoApiConfig()initialized to the given value.static ApiConfigurationApiConfiguration. fromNoApiConfig(NoApiRenderConfig noApiConfig)Create an instance of this class withnoApiConfig()initialized to the given value.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ApiConfiguration Modifier and Type Method Description ReactStartCodegenJobData.BuilderReactStartCodegenJobData.Builder. apiConfiguration(ApiConfiguration apiConfiguration)The API configuration for the code generation job.
-