Uses of Class
software.amazon.awssdk.services.amplify.model.CacheConfig
-
Packages that use CacheConfig Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of CacheConfig in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return CacheConfig Modifier and Type Method Description CacheConfigApp. cacheConfig()The cache configuration for the Amplify app.CacheConfigCreateAppRequest. cacheConfig()The cache configuration for the Amplify app.CacheConfigUpdateAppRequest. cacheConfig()The cache configuration for the Amplify app.Methods in software.amazon.awssdk.services.amplify.model with parameters of type CacheConfig Modifier and Type Method Description App.BuilderApp.Builder. cacheConfig(CacheConfig cacheConfig)The cache configuration for the Amplify app.CreateAppRequest.BuilderCreateAppRequest.Builder. cacheConfig(CacheConfig cacheConfig)The cache configuration for the Amplify app.UpdateAppRequest.BuilderUpdateAppRequest.Builder. cacheConfig(CacheConfig cacheConfig)The cache configuration for the Amplify app.
-