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