Uses of Class
com.amazonaws.services.ecr.model.LayerFailure
-
Packages that use LayerFailure Package Description com.amazonaws.services.ecr.model -
-
Uses of LayerFailure in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return LayerFailure Modifier and Type Method Description LayerFailureLayerFailure. clone()LayerFailureLayerFailure. withFailureCode(LayerFailureCode failureCode)The failure code associated with the failure.LayerFailureLayerFailure. withFailureCode(String failureCode)The failure code associated with the failure.LayerFailureLayerFailure. withFailureReason(String failureReason)The reason for the failure.LayerFailureLayerFailure. withLayerDigest(String layerDigest)The layer digest associated with the failure.Methods in com.amazonaws.services.ecr.model that return types with arguments of type LayerFailure Modifier and Type Method Description List<LayerFailure>BatchCheckLayerAvailabilityResult. getFailures()Any failures associated with the call.Methods in com.amazonaws.services.ecr.model with parameters of type LayerFailure Modifier and Type Method Description BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withFailures(LayerFailure... failures)Any failures associated with the call.Method parameters in com.amazonaws.services.ecr.model with type arguments of type LayerFailure Modifier and Type Method Description voidBatchCheckLayerAvailabilityResult. setFailures(Collection<LayerFailure> failures)Any failures associated with the call.BatchCheckLayerAvailabilityResultBatchCheckLayerAvailabilityResult. withFailures(Collection<LayerFailure> failures)Any failures associated with the call.
-