Uses of Class
software.amazon.awssdk.services.appsync.model.OperationLevelMetricsConfig
-
Packages that use OperationLevelMetricsConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of OperationLevelMetricsConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return OperationLevelMetricsConfig Modifier and Type Method Description static OperationLevelMetricsConfigOperationLevelMetricsConfig. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationLevelMetricsConfigEnhancedMetricsConfig. operationLevelMetricsConfig()Controls how operation metrics will be emitted to CloudWatch.static OperationLevelMetricsConfigOperationLevelMetricsConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationLevelMetricsConfig[]OperationLevelMetricsConfig. 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 OperationLevelMetricsConfig Modifier and Type Method Description static Set<OperationLevelMetricsConfig>OperationLevelMetricsConfig. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type OperationLevelMetricsConfig Modifier and Type Method Description EnhancedMetricsConfig.BuilderEnhancedMetricsConfig.Builder. operationLevelMetricsConfig(OperationLevelMetricsConfig operationLevelMetricsConfig)Controls how operation metrics will be emitted to CloudWatch.
-