Uses of Class
software.amazon.awssdk.services.greengrass.model.ConfigurationSyncStatus
-
Packages that use ConfigurationSyncStatus Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of ConfigurationSyncStatus in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ConfigurationSyncStatus Modifier and Type Method Description ConfigurationSyncStatusTelemetryConfiguration. configurationSyncStatus()Synchronization status of the device reported configuration with the desired configuration.static ConfigurationSyncStatusConfigurationSyncStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigurationSyncStatusConfigurationSyncStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationSyncStatus[]ConfigurationSyncStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ConfigurationSyncStatus Modifier and Type Method Description static Set<ConfigurationSyncStatus>ConfigurationSyncStatus. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type ConfigurationSyncStatus Modifier and Type Method Description TelemetryConfiguration.BuilderTelemetryConfiguration.Builder. configurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)Synchronization status of the device reported configuration with the desired configuration.
-