| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePullThroughCacheRuleResponse |
EcrClient.createPullThroughCacheRule(Consumer<CreatePullThroughCacheRuleRequest.Builder> createPullThroughCacheRuleRequest)
Creates a pull through cache rule.
|
default CreatePullThroughCacheRuleResponse |
EcrClient.createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)
Creates a pull through cache rule.
|
default CreateRepositoryResponse |
EcrClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository.
|
default CreateRepositoryResponse |
EcrClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository.
|
default PutImageResponse |
EcrClient.putImage(Consumer<PutImageRequest.Builder> putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
default PutImageResponse |
EcrClient.putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
default StartImageScanResponse |
EcrClient.startImageScan(Consumer<StartImageScanRequest.Builder> startImageScanRequest)
Starts an image vulnerability scan.
|
default StartImageScanResponse |
EcrClient.startImageScan(StartImageScanRequest startImageScanRequest)
Starts an image vulnerability scan.
|
default UploadLayerPartResponse |
EcrClient.uploadLayerPart(Consumer<UploadLayerPartRequest.Builder> uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
default UploadLayerPartResponse |
EcrClient.uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
Copyright © 2023. All rights reserved.