Uses of Class
com.amazonaws.services.ecr.model.LayerFailure
Packages that use LayerFailure
-
Uses of LayerFailure in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return LayerFailureModifier and TypeMethodDescriptionLayerFailure.clone()
LayerFailure.withFailureCode
(LayerFailureCode failureCode) The failure code associated with the failure.LayerFailure.withFailureCode
(String failureCode) The failure code associated with the failure.LayerFailure.withFailureReason
(String failureReason) The reason for the failure.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 LayerFailureModifier and TypeMethodDescriptionBatchCheckLayerAvailabilityResult.getFailures()
Any failures associated with the call.Methods in com.amazonaws.services.ecr.model with parameters of type LayerFailureModifier and TypeMethodDescriptionBatchCheckLayerAvailabilityResult.withFailures
(LayerFailure... failures) Any failures associated with the call.Method parameters in com.amazonaws.services.ecr.model with type arguments of type LayerFailureModifier and TypeMethodDescriptionvoid
BatchCheckLayerAvailabilityResult.setFailures
(Collection<LayerFailure> failures) Any failures associated with the call.BatchCheckLayerAvailabilityResult.withFailures
(Collection<LayerFailure> failures) Any failures associated with the call.