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 ImageFailureImageFailure. clone()ImageFailureImageFailure. withFailureCode(ImageFailureCode failureCode)The code associated with the failure.ImageFailureImageFailure. withFailureCode(String failureCode)The code associated with the failure.ImageFailureImageFailure. withFailureReason(String failureReason)The reason for the failure.ImageFailureImageFailure. 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 BatchDeleteImageResultBatchDeleteImageResult. withFailures(ImageFailure... failures)Any failures associated with the call.BatchGetImageResultBatchGetImageResult. 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 voidBatchDeleteImageResult. setFailures(Collection<ImageFailure> failures)Any failures associated with the call.voidBatchGetImageResult. setFailures(Collection<ImageFailure> failures)Any failures associated with the call.BatchDeleteImageResultBatchDeleteImageResult. withFailures(Collection<ImageFailure> failures)Any failures associated with the call.BatchGetImageResultBatchGetImageResult. withFailures(Collection<ImageFailure> failures)Any failures associated with the call.
-