Uses of Enum
software.amazon.awssdk.services.ssm.model.SignalType
Packages that use SignalType
-
Uses of SignalType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return SignalTypeModifier and TypeMethodDescriptionstatic SignalTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SignalTypeSendAutomationSignalRequest.signalType()The type of signal to send to an Automation execution.static SignalTypeReturns the enum constant of this type with the specified name.static SignalType[]SignalType.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 SignalTypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type SignalTypeModifier and TypeMethodDescriptionSendAutomationSignalRequest.Builder.signalType(SignalType signalType) The type of signal to send to an Automation execution.