Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.BatchDeleteImageRequest.Builder
-
Packages that use BatchDeleteImageRequest.Builder Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.model -
-
Uses of BatchDeleteImageRequest.Builder in software.amazon.awssdk.services.ecrpublic
Method parameters in software.amazon.awssdk.services.ecrpublic with type arguments of type BatchDeleteImageRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteImageResponse>EcrPublicAsyncClient. batchDeleteImage(Consumer<BatchDeleteImageRequest.Builder> batchDeleteImageRequest)Deletes a list of specified images that are within a repository in a public registry.default BatchDeleteImageResponseEcrPublicClient. batchDeleteImage(Consumer<BatchDeleteImageRequest.Builder> batchDeleteImageRequest)Deletes a list of specified images that are within a repository in a public registry. -
Uses of BatchDeleteImageRequest.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return BatchDeleteImageRequest.Builder Modifier and Type Method Description static BatchDeleteImageRequest.BuilderBatchDeleteImageRequest. builder()BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(Consumer<ImageIdentifier.Builder>... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. registryId(String registryId)The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. repositoryName(String repositoryName)The repository in a public registry that contains the image to delete.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type BatchDeleteImageRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteImageRequest.Builder>BatchDeleteImageRequest. serializableBuilderClass()
-