Uses of Enum
com.amazonaws.services.codepipeline.model.FailureType
Packages that use FailureType
-
Uses of FailureType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.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.codepipeline.model with parameters of type FailureTypeModifier and TypeMethodDescriptionvoidFailureDetails.setType(FailureType type) The type of the failure.FailureDetails.withType(FailureType type) The type of the failure.