| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CachingConfig.Jsii$Proxy
An implementation for
CachingConfig |
| Modifier and Type | Method and Description |
|---|---|
CachingConfig |
CachingConfig.Builder.build()
Builds the configured instance.
|
CachingConfig |
ResolverProps.Jsii$Proxy.getCachingConfig() |
default CachingConfig |
BaseResolverProps.getCachingConfig()
(experimental) The caching configuration for this resolver.
|
CachingConfig |
BaseResolverProps.Jsii$Proxy.getCachingConfig() |
CachingConfig |
ExtendedResolverProps.Jsii$Proxy.getCachingConfig() |
| Modifier and Type | Method and Description |
|---|---|
Resolver.Builder |
Resolver.Builder.cachingConfig(CachingConfig cachingConfig)
(experimental) The caching configuration for this resolver.
|
ResolverProps.Builder |
ResolverProps.Builder.cachingConfig(CachingConfig cachingConfig)
Sets the value of
BaseResolverProps.getCachingConfig() |
BaseResolverProps.Builder |
BaseResolverProps.Builder.cachingConfig(CachingConfig cachingConfig)
Sets the value of
BaseResolverProps.getCachingConfig() |
ExtendedResolverProps.Builder |
ExtendedResolverProps.Builder.cachingConfig(CachingConfig cachingConfig)
Sets the value of
BaseResolverProps.getCachingConfig() |
Copyright © 2022. All rights reserved.