| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRepositoryResponse |
EcrPublicClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository in a public registry.
|
default CreateRepositoryResponse |
EcrPublicClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository in a public registry.
|
default PutImageResponse |
EcrPublicClient.putImage(Consumer<PutImageRequest.Builder> putImageRequest)
Creates or updates the image manifest and tags that are associated with an image.
|
default PutImageResponse |
EcrPublicClient.putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags that are associated with an image.
|
default UploadLayerPartResponse |
EcrPublicClient.uploadLayerPart(Consumer<UploadLayerPartRequest.Builder> uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
default UploadLayerPartResponse |
EcrPublicClient.uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
Copyright © 2023. All rights reserved.