Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.PluginHealth
-
Packages that use PluginHealth Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of PluginHealth in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return PluginHealth Modifier and Type Method Description static PluginHealthPluginHealth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PluginHealthPluginSummary. status()The status of the plugin.static PluginHealthPluginHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginHealth[]PluginHealth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type PluginHealth Modifier and Type Method Description static Set<PluginHealth>PluginHealth. knownValues()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type PluginHealth Modifier and Type Method Description PluginSummary.BuilderPluginSummary.Builder. status(PluginHealth status)The status of the plugin.
-