Uses of Class
software.amazon.awssdk.services.amplify.model.CacheConfigType
-
Packages that use CacheConfigType Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of CacheConfigType in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return CacheConfigType Modifier and Type Method Description static CacheConfigTypeCacheConfigType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CacheConfigTypeCacheConfig. type()The type of cache configuration to use for an Amplify app.static CacheConfigTypeCacheConfigType. valueOf(String name)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.awssdk.services.amplify.model that return types with arguments of type CacheConfigType Modifier and Type Method Description static Set<CacheConfigType>CacheConfigType. knownValues()Methods in software.amazon.awssdk.services.amplify.model with parameters of type CacheConfigType Modifier and Type Method Description CacheConfig.BuilderCacheConfig.Builder. type(CacheConfigType type)The type of cache configuration to use for an Amplify app.
-