Uses of Class
com.amazonaws.services.ecr.model.ImageFailure
Packages that use ImageFailure
-
Uses of ImageFailure in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return ImageFailureModifier and TypeMethodDescriptionImageFailure.clone()
ImageFailure.withFailureCode
(ImageFailureCode failureCode) The code associated with the failure.ImageFailure.withFailureCode
(String failureCode) The code associated with the failure.ImageFailure.withFailureReason
(String failureReason) The reason for the failure.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 ImageFailureModifier and TypeMethodDescriptionBatchDeleteImageResult.getFailures()
Any failures associated with the call.BatchGetImageResult.getFailures()
Any failures associated with the call.Methods in com.amazonaws.services.ecr.model with parameters of type ImageFailureModifier and TypeMethodDescriptionBatchDeleteImageResult.withFailures
(ImageFailure... failures) Any failures associated with the call.BatchGetImageResult.withFailures
(ImageFailure... failures) Any failures associated with the call.Method parameters in com.amazonaws.services.ecr.model with type arguments of type ImageFailureModifier and TypeMethodDescriptionvoid
BatchDeleteImageResult.setFailures
(Collection<ImageFailure> failures) Any failures associated with the call.void
BatchGetImageResult.setFailures
(Collection<ImageFailure> failures) Any failures associated with the call.BatchDeleteImageResult.withFailures
(Collection<ImageFailure> failures) Any failures associated with the call.BatchGetImageResult.withFailures
(Collection<ImageFailure> failures) Any failures associated with the call.