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