Uses of Enum
com.amazonaws.services.codepipeline.model.BlockerType
Packages that use BlockerType
-
Uses of BlockerType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return BlockerTypeModifier and TypeMethodDescriptionstatic BlockerType
Use this in place of valueOf.static BlockerType
Returns the enum constant of this type with the specified name.static BlockerType[]
BlockerType.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 BlockerTypeModifier and TypeMethodDescriptionvoid
BlockerDeclaration.setType
(BlockerType type) Reserved for future use.BlockerDeclaration.withType
(BlockerType type) Reserved for future use.