Uses of Enum
com.amazonaws.services.ecr.model.ImageFailureCode
Packages that use ImageFailureCode
-
Uses of ImageFailureCode in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return ImageFailureCodeModifier and TypeMethodDescriptionstatic ImageFailureCode
Use this in place of valueOf.static ImageFailureCode
Returns the enum constant of this type with the specified name.static ImageFailureCode[]
ImageFailureCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecr.model with parameters of type ImageFailureCodeModifier and TypeMethodDescriptionvoid
ImageFailure.setFailureCode
(ImageFailureCode failureCode) The code associated with the failure.ImageFailure.withFailureCode
(ImageFailureCode failureCode) The code associated with the failure.