Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
CachingConfig |
CachingConfig.clone() |
CachingConfig |
CreateResolverRequest.getCachingConfig()
The caching configuration for the resolver.
|
CachingConfig |
Resolver.getCachingConfig()
The caching configuration for the resolver.
|
CachingConfig |
UpdateResolverRequest.getCachingConfig()
The caching configuration for the resolver.
|
CachingConfig |
CachingConfig.withCachingKeys(Collection<String> cachingKeys)
The caching keys for a resolver that has caching enabled.
|
CachingConfig |
CachingConfig.withCachingKeys(String... cachingKeys)
The caching keys for a resolver that has caching enabled.
|
CachingConfig |
CachingConfig.withTtl(Long ttl)
The TTL in seconds for a resolver that has caching enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateResolverRequest.setCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
void |
Resolver.setCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
void |
UpdateResolverRequest.setCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
CreateResolverRequest |
CreateResolverRequest.withCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
Resolver |
Resolver.withCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
UpdateResolverRequest |
UpdateResolverRequest.withCachingConfig(CachingConfig cachingConfig)
The caching configuration for the resolver.
|
Copyright © 2021. All rights reserved.