Uses of Enum
software.amazon.awssdk.services.ssm.model.ImpactType
Packages that use ImpactType
-
Uses of ImpactType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ImpactTypeModifier and TypeMethodDescriptionstatic ImpactTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ImpactTypeReturns 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 ImpactTypeModifier and TypeMethodDescriptionstatic Set<ImpactType>ImpactType.knownValues()final 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 ImpactTypeModifier and TypeMethodDescriptionAutomationExecutionPreview.Builder.stepPreviews(Map<ImpactType, Integer> stepPreviews) Information about the type of impact a runbook step would have on a resource.