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 LayerFailure
LayerFailure. clone()
LayerFailure
LayerFailure. withFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.LayerFailure
LayerFailure. withFailureCode(String failureCode)
The failure code associated with the failure.LayerFailure
LayerFailure. withFailureReason(String failureReason)
The reason for the failure.LayerFailure
LayerFailure. 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 BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. 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 void
BatchCheckLayerAvailabilityResult. setFailures(Collection<LayerFailure> failures)
Any failures associated with the call.BatchCheckLayerAvailabilityResult
BatchCheckLayerAvailabilityResult. withFailures(Collection<LayerFailure> failures)
Any failures associated with the call.
-