| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic |
|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteImageResult> |
AmazonECRPublicAsync.batchDeleteImageAsync(BatchDeleteImageRequest batchDeleteImageRequest,
AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler)
Deletes a list of specified images within a repository in a public registry.
|
Future<BatchDeleteImageResult> |
AmazonECRPublicAsyncClient.batchDeleteImageAsync(BatchDeleteImageRequest request,
AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler) |
Future<BatchDeleteImageResult> |
AbstractAmazonECRPublicAsync.batchDeleteImageAsync(BatchDeleteImageRequest request,
AsyncHandler<BatchDeleteImageRequest,BatchDeleteImageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageRequest |
BatchDeleteImageRequest.clone() |
BatchDeleteImageRequest |
BatchDeleteImageRequest.withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image to delete.
|
BatchDeleteImageRequest |
BatchDeleteImageRequest.withRepositoryName(String repositoryName)
The repository in a public registry that contains the image to delete.
|
Copyright © 2021. All rights reserved.