Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.NoApiRenderConfig
-
Packages that use NoApiRenderConfig Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of NoApiRenderConfig in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return NoApiRenderConfig Modifier and Type Method Description NoApiRenderConfigApiConfiguration. noApiConfig()The configuration for an application with no API being used.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type NoApiRenderConfig Modifier and Type Method Description static ApiConfigurationApiConfiguration. fromNoApiConfig(NoApiRenderConfig noApiConfig)Create an instance of this class withApiConfiguration.noApiConfig()initialized to the given value.ApiConfiguration.BuilderApiConfiguration.Builder. noApiConfig(NoApiRenderConfig noApiConfig)The configuration for an application with no API being used.
-