| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiCacheType |
ApiCacheType.fromValue(String value)
Use this in place of valueOf.
|
static ApiCacheType |
ApiCacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiCacheType[] |
ApiCacheType.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.withType(ApiCacheType type)
The cache instance type.
|
CreateApiCacheRequest |
CreateApiCacheRequest.withType(ApiCacheType type)
The cache instance type.
|
ApiCache |
ApiCache.withType(ApiCacheType type)
The cache instance type.
|
Copyright © 2022. All rights reserved.