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 CacheConfigTypeAppProps.getCacheConfigType()(experimental) The type of cache configuration to use for an Amplify app.final CacheConfigTypeAppProps.Jsii$Proxy.getCacheConfigType()static CacheConfigTypeReturns 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()