Uses of Class
software.amazon.awssdk.services.iot.model.ConfigName
-
Packages that use ConfigName Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ConfigName in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ConfigName Modifier and Type Method Description static ConfigNameConfigName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigNameConfigName. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigName[]ConfigName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ConfigName Modifier and Type Method Description Map<ConfigName,String>AuditCheckConfiguration. configuration()A structure containing the configName and corresponding configValue for configuring audit checks.static Set<ConfigName>ConfigName. knownValues()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ConfigName Modifier and Type Method Description AuditCheckConfiguration.BuilderAuditCheckConfiguration.Builder. configuration(Map<ConfigName,String> configuration)A structure containing the configName and corresponding configValue for configuring audit checks.
-