Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
static ApiCachingBehavior |
ApiCachingBehavior.fromValue(String value)
Use this in place of valueOf.
|
static ApiCachingBehavior |
ApiCachingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiCachingBehavior[] |
ApiCachingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateApiCacheRequest |
UpdateApiCacheRequest.withApiCachingBehavior(ApiCachingBehavior apiCachingBehavior)
Caching behavior.
|
CreateApiCacheRequest |
CreateApiCacheRequest.withApiCachingBehavior(ApiCachingBehavior apiCachingBehavior)
Caching behavior.
|
ApiCache |
ApiCache.withApiCachingBehavior(ApiCachingBehavior apiCachingBehavior)
Caching behavior.
|
Copyright © 2022. All rights reserved.