Uses of Class
com.amazonaws.services.ecr.model.PutImageRequest
Packages that use PutImageRequest
-
Uses of PutImageRequest in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr with parameters of type PutImageRequestModifier and TypeMethodDescriptionAbstractAmazonECR.putImage
(PutImageRequest request) AmazonECR.putImage
(PutImageRequest putImageRequest) Creates or updates the image manifest associated with an image.AmazonECRClient.putImage
(PutImageRequest putImageRequest) Creates or updates the image manifest associated with an image.AbstractAmazonECRAsync.putImageAsync
(PutImageRequest request) AbstractAmazonECRAsync.putImageAsync
(PutImageRequest request, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) AmazonECRAsync.putImageAsync
(PutImageRequest putImageRequest) Creates or updates the image manifest associated with an image.AmazonECRAsync.putImageAsync
(PutImageRequest putImageRequest, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) Creates or updates the image manifest associated with an image.AmazonECRAsyncClient.putImageAsync
(PutImageRequest request) AmazonECRAsyncClient.putImageAsync
(PutImageRequest request, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) Method parameters in com.amazonaws.services.ecr with type arguments of type PutImageRequestModifier and TypeMethodDescriptionAbstractAmazonECRAsync.putImageAsync
(PutImageRequest request, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) AmazonECRAsync.putImageAsync
(PutImageRequest putImageRequest, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) Creates or updates the image manifest associated with an image.AmazonECRAsyncClient.putImageAsync
(PutImageRequest request, AsyncHandler<PutImageRequest, PutImageResult> asyncHandler) -
Uses of PutImageRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return PutImageRequestModifier and TypeMethodDescriptionPutImageRequest.clone()
PutImageRequest.withImageManifest
(String imageManifest) The image manifest corresponding to the image to be uploaded.PutImageRequest.withRegistryId
(String registryId) The AWS account ID associated with the registry that contains the repository in which to put the image.PutImageRequest.withRepositoryName
(String repositoryName) The name of the repository in which to put the image.