Uses of Class
com.amazonaws.services.ecr.model.ImageFailure
-
Packages that use ImageFailure Package Description com.amazonaws.services.ecr.model -
-
Uses of ImageFailure in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return ImageFailure Modifier and Type Method Description ImageFailure
ImageFailure. clone()
ImageFailure
ImageFailure. withFailureCode(ImageFailureCode failureCode)
The code associated with the failure.ImageFailure
ImageFailure. withFailureCode(String failureCode)
The code associated with the failure.ImageFailure
ImageFailure. withFailureReason(String failureReason)
The reason for the failure.ImageFailure
ImageFailure. withImageId(ImageIdentifier imageId)
The image ID associated with the failure.Methods in com.amazonaws.services.ecr.model that return types with arguments of type ImageFailure Modifier and Type Method Description List<ImageFailure>
BatchDeleteImageResult. getFailures()
Any failures associated with the call.List<ImageFailure>
BatchGetImageResult. getFailures()
Any failures associated with the call.Methods in com.amazonaws.services.ecr.model with parameters of type ImageFailure Modifier and Type Method Description BatchDeleteImageResult
BatchDeleteImageResult. withFailures(ImageFailure... failures)
Any failures associated with the call.BatchGetImageResult
BatchGetImageResult. withFailures(ImageFailure... failures)
Any failures associated with the call.Method parameters in com.amazonaws.services.ecr.model with type arguments of type ImageFailure Modifier and Type Method Description void
BatchDeleteImageResult. setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.void
BatchGetImageResult. setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.BatchDeleteImageResult
BatchDeleteImageResult. withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.BatchGetImageResult
BatchGetImageResult. withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
-