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