Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
ApiCache |
ApiCache.clone() |
ApiCache |
UpdateApiCacheResult.getApiCache()
The
ApiCache object. |
ApiCache |
CreateApiCacheResult.getApiCache()
The
ApiCache object. |
ApiCache |
GetApiCacheResult.getApiCache()
The
ApiCache object. |
ApiCache |
ApiCache.withApiCachingBehavior(ApiCachingBehavior apiCachingBehavior)
Caching behavior.
|
ApiCache |
ApiCache.withApiCachingBehavior(String apiCachingBehavior)
Caching behavior.
|
ApiCache |
ApiCache.withAtRestEncryptionEnabled(Boolean atRestEncryptionEnabled)
At-rest encryption flag for cache.
|
ApiCache |
ApiCache.withStatus(ApiCacheStatus status)
The cache instance status.
|
ApiCache |
ApiCache.withStatus(String status)
The cache instance status.
|
ApiCache |
ApiCache.withTransitEncryptionEnabled(Boolean transitEncryptionEnabled)
Transit encryption flag when connecting to cache.
|
ApiCache |
ApiCache.withTtl(Long ttl)
TTL in seconds for cache entries.
|
ApiCache |
ApiCache.withType(ApiCacheType type)
The cache instance type.
|
ApiCache |
ApiCache.withType(String type)
The cache instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateApiCacheResult.setApiCache(ApiCache apiCache)
The
ApiCache object. |
void |
CreateApiCacheResult.setApiCache(ApiCache apiCache)
The
ApiCache object. |
void |
GetApiCacheResult.setApiCache(ApiCache apiCache)
The
ApiCache object. |
UpdateApiCacheResult |
UpdateApiCacheResult.withApiCache(ApiCache apiCache)
The
ApiCache object. |
CreateApiCacheResult |
CreateApiCacheResult.withApiCache(ApiCache apiCache)
The
ApiCache object. |
GetApiCacheResult |
GetApiCacheResult.withApiCache(ApiCache apiCache)
The
ApiCache object. |
Copyright © 2022. All rights reserved.