Uses of Class
software.amazon.awssdk.services.config.model.ConformancePackState
-
Packages that use ConformancePackState Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConformancePackState in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConformancePackState Modifier and Type Method Description ConformancePackStateConformancePackStatusDetail. conformancePackState()Indicates deployment status of conformance pack.static ConformancePackStateConformancePackState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConformancePackStateConformancePackState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConformancePackState[]ConformancePackState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConformancePackState Modifier and Type Method Description static Set<ConformancePackState>ConformancePackState. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type ConformancePackState Modifier and Type Method Description ConformancePackStatusDetail.BuilderConformancePackStatusDetail.Builder. conformancePackState(ConformancePackState conformancePackState)Indicates deployment status of conformance pack.
-