Uses of Class
software.amazon.awssdk.services.ecrpublic.model.ImageFailureCode
-
Packages that use ImageFailureCode Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of ImageFailureCode in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return ImageFailureCode Modifier and Type Method Description ImageFailureCodeImageFailure. failureCode()The code that's associated with the failure.static ImageFailureCodeImageFailureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImageFailureCodeImageFailureCode. valueOf(String name)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 software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type ImageFailureCode Modifier and Type Method Description static Set<ImageFailureCode>ImageFailureCode. knownValues()Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type ImageFailureCode Modifier and Type Method Description ImageFailure.BuilderImageFailure.Builder. failureCode(ImageFailureCode failureCode)The code that's associated with the failure.
-