| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiCacheType |
ApiCacheType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApiCacheType |
ApiCache.type()
The cache instance type.
|
ApiCacheType |
CreateApiCacheRequest.type()
The cache instance type.
|
ApiCacheType |
UpdateApiCacheRequest.type()
The cache instance type.
|
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 |
|---|---|
static Set<ApiCacheType> |
ApiCacheType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApiCache.Builder |
ApiCache.Builder.type(ApiCacheType type)
The cache instance type.
|
CreateApiCacheRequest.Builder |
CreateApiCacheRequest.Builder.type(ApiCacheType type)
The cache instance type.
|
UpdateApiCacheRequest.Builder |
UpdateApiCacheRequest.Builder.type(ApiCacheType type)
The cache instance type.
|
Copyright © 2023. All rights reserved.