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