Uses of Class
software.amazon.awssdk.services.ssm.model.ImpactType
-
Packages that use ImpactType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ImpactType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ImpactType Modifier and Type Method Description static ImpactTypeImpactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImpactTypeImpactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpactType[]ImpactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ImpactType Modifier and Type Method Description static Set<ImpactType>ImpactType. knownValues()Map<ImpactType,Integer>AutomationExecutionPreview. stepPreviews()Information about the type of impact a runbook step would have on a resource.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ImpactType Modifier and Type Method Description AutomationExecutionPreview.BuilderAutomationExecutionPreview.Builder. stepPreviews(Map<ImpactType,Integer> stepPreviews)Information about the type of impact a runbook step would have on a resource.
-