Uses of Class
software.amazon.awssdk.services.ecrpublic.model.PutImageRequest
-
Packages that use PutImageRequest Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.transform -
-
Uses of PutImageRequest in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic with parameters of type PutImageRequest Modifier and Type Method Description default CompletableFuture<PutImageResponse>EcrPublicAsyncClient. putImage(PutImageRequest 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. -
Uses of PutImageRequest in software.amazon.awssdk.services.ecrpublic.transform
Methods in software.amazon.awssdk.services.ecrpublic.transform with parameters of type PutImageRequest Modifier and Type Method Description SdkHttpFullRequestPutImageRequestMarshaller. marshall(PutImageRequest putImageRequest)
-