Uses of Class
software.amazon.awssdk.services.appsync.model.CacheHealthMetricsConfig
-
Packages that use CacheHealthMetricsConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of CacheHealthMetricsConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return CacheHealthMetricsConfig Modifier and Type Method Description static CacheHealthMetricsConfigCacheHealthMetricsConfig. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CacheHealthMetricsConfigApiCache. healthMetricsConfig()Controls how cache health metrics will be emitted to CloudWatch.CacheHealthMetricsConfigCreateApiCacheRequest. healthMetricsConfig()Controls how cache health metrics will be emitted to CloudWatch.CacheHealthMetricsConfigUpdateApiCacheRequest. healthMetricsConfig()Controls how cache health metrics will be emitted to CloudWatch.static CacheHealthMetricsConfigCacheHealthMetricsConfig. 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.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type CacheHealthMetricsConfig Modifier and Type Method Description static Set<CacheHealthMetricsConfig>CacheHealthMetricsConfig. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type CacheHealthMetricsConfig Modifier and Type Method Description ApiCache.BuilderApiCache.Builder. healthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)Controls how cache health metrics will be emitted to CloudWatch.CreateApiCacheRequest.BuilderCreateApiCacheRequest.Builder. healthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)Controls how cache health metrics will be emitted to CloudWatch.UpdateApiCacheRequest.BuilderUpdateApiCacheRequest.Builder. healthMetricsConfig(CacheHealthMetricsConfig healthMetricsConfig)Controls how cache health metrics will be emitted to CloudWatch.
-