Uses of Class
software.amazon.awssdk.services.ecrpublic.model.PutImageResponse
-
Packages that use PutImageResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of PutImageResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return PutImageResponse Modifier and Type Method Description default PutImageResponseEcrPublicClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags that are associated with an image.default PutImageResponseEcrPublicClient. putImage(PutImageRequest putImageRequest)Creates or updates the image manifest and tags that are associated with an image.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type PutImageResponse Modifier and Type Method Description default CompletableFuture<PutImageResponse>EcrPublicAsyncClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags that are associated with an image.default CompletableFuture<PutImageResponse>EcrPublicAsyncClient. putImage(PutImageRequest putImageRequest)Creates or updates the image manifest and tags that are associated with an image.
-