Uses of Class
software.amazon.awssdk.services.ecr.model.ImageScanningConfiguration
-
Packages that use ImageScanningConfiguration Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ImageScanningConfiguration in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ImageScanningConfiguration Modifier and Type Method Description ImageScanningConfigurationCreateRepositoryRequest. imageScanningConfiguration()The image scanning configuration for the repository.ImageScanningConfigurationPutImageScanningConfigurationRequest. imageScanningConfiguration()The image scanning configuration for the repository.ImageScanningConfigurationPutImageScanningConfigurationResponse. imageScanningConfiguration()The image scanning configuration setting for the repository.ImageScanningConfigurationRepository. imageScanningConfiguration()Returns the value of the ImageScanningConfiguration property for this object.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageScanningConfiguration Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)The image scanning configuration for the repository.PutImageScanningConfigurationRequest.BuilderPutImageScanningConfigurationRequest.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)The image scanning configuration for the repository.PutImageScanningConfigurationResponse.BuilderPutImageScanningConfigurationResponse.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)The image scanning configuration setting for the repository.Repository.BuilderRepository.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)Sets the value of the ImageScanningConfiguration property for this object.
-