Uses of Interface
software.amazon.awscdk.services.appsync.CachingConfig
-
Uses of CachingConfig in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionCachingConfig.Builder.build()
Builds the configured instance.default CachingConfig
BaseResolverProps.getCachingConfig()
The caching configuration for this resolver.final CachingConfig
BaseResolverProps.Jsii$Proxy.getCachingConfig()
final CachingConfig
ExtendedResolverProps.Jsii$Proxy.getCachingConfig()
final CachingConfig
ResolverProps.Jsii$Proxy.getCachingConfig()
Modifier and TypeMethodDescriptionBaseResolverProps.Builder.cachingConfig
(CachingConfig cachingConfig) Sets the value ofBaseResolverProps.getCachingConfig()
ExtendedResolverProps.Builder.cachingConfig
(CachingConfig cachingConfig) Sets the value ofBaseResolverProps.getCachingConfig()
Resolver.Builder.cachingConfig
(CachingConfig cachingConfig) The caching configuration for this resolver.ResolverProps.Builder.cachingConfig
(CachingConfig cachingConfig) Sets the value ofBaseResolverProps.getCachingConfig()