Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.FailureType
Packages that use FailureType
-
Uses of FailureType in com.amazonaws.services.elasticbeanstalk.model
Subclasses with type arguments of type FailureType in com.amazonaws.services.elasticbeanstalk.modelMethods in com.amazonaws.services.elasticbeanstalk.model that return FailureTypeModifier and TypeMethodDescriptionstatic FailureTypeUse this in place of valueOf.static FailureTypeReturns 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 TypeMethodDescriptionvoidManagedActionHistoryItem.setFailureType(FailureType failureType) If the action failed, the type of failure.ManagedActionHistoryItem.withFailureType(FailureType failureType) If the action failed, the type of failure.