Uses of Class
software.amazon.awssdk.services.appsync.model.CachingConfig
-
Packages that use CachingConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of CachingConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return CachingConfig Modifier and Type Method Description CachingConfigCreateResolverRequest. cachingConfig()The caching configuration for the resolver.CachingConfigResolver. cachingConfig()The caching configuration for the resolver.CachingConfigUpdateResolverRequest. cachingConfig()The caching configuration for the resolver.Methods in software.amazon.awssdk.services.appsync.model with parameters of type CachingConfig Modifier and Type Method Description CreateResolverRequest.BuilderCreateResolverRequest.Builder. cachingConfig(CachingConfig cachingConfig)The caching configuration for the resolver.Resolver.BuilderResolver.Builder. cachingConfig(CachingConfig cachingConfig)The caching configuration for the resolver.UpdateResolverRequest.BuilderUpdateResolverRequest.Builder. cachingConfig(CachingConfig cachingConfig)The caching configuration for the resolver.
-