| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchDeleteImageResponse |
EcrPublicClient.batchDeleteImage(BatchDeleteImageRequest batchDeleteImageRequest)
Deletes a list of specified images within a repository in a public registry.
|
default BatchDeleteImageResponse |
EcrPublicClient.batchDeleteImage(Consumer<BatchDeleteImageRequest.Builder> batchDeleteImageRequest)
Deletes a list of specified images within a repository in a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDeleteImageResponse> |
EcrPublicAsyncClient.batchDeleteImage(BatchDeleteImageRequest batchDeleteImageRequest)
Deletes a list of specified images within a repository in a public registry.
|
default CompletableFuture<BatchDeleteImageResponse> |
EcrPublicAsyncClient.batchDeleteImage(Consumer<BatchDeleteImageRequest.Builder> batchDeleteImageRequest)
Deletes a list of specified images within a repository in a public registry.
|
Copyright © 2021. All rights reserved.