Uses of Class
software.amazon.awssdk.services.config.model.RemediationExecutionState
-
Packages that use RemediationExecutionState Package Description software.amazon.awssdk.services.config.model -
-
Uses of RemediationExecutionState in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return RemediationExecutionState Modifier and Type Method Description static RemediationExecutionStateRemediationExecutionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RemediationExecutionStateRemediationExecutionStatus. state()ENUM of the values.static RemediationExecutionStateRemediationExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static RemediationExecutionState[]RemediationExecutionState. 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 RemediationExecutionState Modifier and Type Method Description static Set<RemediationExecutionState>RemediationExecutionState. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type RemediationExecutionState Modifier and Type Method Description RemediationExecutionStatus.BuilderRemediationExecutionStatus.Builder. state(RemediationExecutionState state)ENUM of the values.
-