| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheHealthMetricsConfig |
CacheHealthMetricsConfig.fromValue(String value)
Use this in place of valueOf.
|
static CacheHealthMetricsConfig |
CacheHealthMetricsConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheHealthMetricsConfig[] |
CacheHealthMetricsConfig.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.withHealthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)
Controls how cache health metrics will be emitted to CloudWatch.
|
CreateApiCacheRequest |
CreateApiCacheRequest.withHealthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)
Controls how cache health metrics will be emitted to CloudWatch.
|
ApiCache |
ApiCache.withHealthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)
Controls how cache health metrics will be emitted to CloudWatch.
|
Copyright © 2024. All rights reserved.