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