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 ImageScanningConfiguration
CreateRepositoryRequest. imageScanningConfiguration()
The image scanning configuration for the repository.ImageScanningConfiguration
PutImageScanningConfigurationRequest. imageScanningConfiguration()
The image scanning configuration for the repository.ImageScanningConfiguration
PutImageScanningConfigurationResponse. imageScanningConfiguration()
The image scanning configuration setting for the repository.ImageScanningConfiguration
Repository. 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.Builder
CreateRepositoryRequest.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository.PutImageScanningConfigurationRequest.Builder
PutImageScanningConfigurationRequest.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository.PutImageScanningConfigurationResponse.Builder
PutImageScanningConfigurationResponse.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration setting for the repository.Repository.Builder
Repository.Builder. imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Sets the value of the ImageScanningConfiguration property for this object.
-