Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.FailureType
Packages that use FailureType
-
Uses of FailureType in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return FailureTypeModifier and TypeMethodDescriptionstatic FailureType
Use this in place of valueOf.static FailureType
Returns the enum constant of this type with the specified name.static FailureType[]
FailureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type FailureTypeModifier and TypeMethodDescriptionvoid
ManagedActionHistoryItem.setFailureType
(FailureType failureType) If the action failed, the type of failure.ManagedActionHistoryItem.withFailureType
(FailureType failureType) If the action failed, the type of failure.