| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| Modifier and Type | Method and Description |
|---|---|
default PutImageScanningConfigurationResponse |
EcrClient.putImageScanningConfiguration(Consumer<PutImageScanningConfigurationRequest.Builder> putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
default PutImageScanningConfigurationResponse |
EcrClient.putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutImageScanningConfigurationResponse> |
EcrAsyncClient.putImageScanningConfiguration(Consumer<PutImageScanningConfigurationRequest.Builder> putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
default CompletableFuture<PutImageScanningConfigurationResponse> |
EcrAsyncClient.putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
Copyright © 2021. All rights reserved.