Uses of Class
software.amazon.awssdk.services.ecrpublic.model.ImageFailure
-
Packages that use ImageFailure Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of ImageFailure in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type ImageFailure Modifier and Type Method Description List<ImageFailure>BatchDeleteImageResponse. failures()Any failures associated with the call.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type ImageFailure Modifier and Type Method Description BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. failures(ImageFailure... failures)Any failures associated with the call.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type ImageFailure Modifier and Type Method Description BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. failures(Collection<ImageFailure> failures)Any failures associated with the call.
-