Uses of Enum
software.amazon.awscdk.services.amplify.alpha.CacheConfigType
Packages that use CacheConfigType
-
Uses of CacheConfigType in software.amazon.awscdk.services.amplify.alpha
Methods in software.amazon.awscdk.services.amplify.alpha that return CacheConfigTypeModifier and TypeMethodDescriptiondefault CacheConfigType
AppProps.getCacheConfigType()
(experimental) The type of cache configuration to use for an Amplify app.final CacheConfigType
AppProps.Jsii$Proxy.getCacheConfigType()
static CacheConfigType
Returns the enum constant of this type with the specified name.static CacheConfigType[]
CacheConfigType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type CacheConfigTypeModifier and TypeMethodDescriptionApp.Builder.cacheConfigType
(CacheConfigType cacheConfigType) (experimental) The type of cache configuration to use for an Amplify app.AppProps.Builder.cacheConfigType
(CacheConfigType cacheConfigType) Sets the value ofAppProps.getCacheConfigType()