Uses of Class
software.amazon.awssdk.services.ecr.model.PutImageScanningConfigurationResponse
-
Packages that use PutImageScanningConfigurationResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of PutImageScanningConfigurationResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return PutImageScanningConfigurationResponse Modifier and Type Method Description default PutImageScanningConfigurationResponseEcrClient. putImageScanningConfiguration(Consumer<PutImageScanningConfigurationRequest.Builder> putImageScanningConfigurationRequest)default PutImageScanningConfigurationResponseEcrClient. putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)Methods in software.amazon.awssdk.services.ecr that return types with arguments of type PutImageScanningConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutImageScanningConfigurationResponse>EcrAsyncClient. putImageScanningConfiguration(Consumer<PutImageScanningConfigurationRequest.Builder> putImageScanningConfigurationRequest)default CompletableFuture<PutImageScanningConfigurationResponse>EcrAsyncClient. putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
-