Uses of Interface
software.amazon.awssdk.services.ecr.model.PutImageRequest.Builder
-
Packages that use PutImageRequest.Builder Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.model -
-
Uses of PutImageRequest.Builder in software.amazon.awssdk.services.ecr
Method parameters in software.amazon.awssdk.services.ecr with type arguments of type PutImageRequest.Builder 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 PutImageResponseEcrClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags associated with an image. -
Uses of PutImageRequest.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return PutImageRequest.Builder Modifier and Type Method Description static PutImageRequest.BuilderPutImageRequest. builder()PutImageRequest.BuilderPutImageRequest.Builder. imageDigest(String imageDigest)The image digest of the image manifest corresponding to the image.PutImageRequest.BuilderPutImageRequest.Builder. imageManifest(String imageManifest)The image manifest corresponding to the image to be uploaded.PutImageRequest.BuilderPutImageRequest.Builder. imageManifestMediaType(String imageManifestMediaType)The media type of the image manifest.PutImageRequest.BuilderPutImageRequest.Builder. imageTag(String imageTag)The tag to associate with the image.PutImageRequest.BuilderPutImageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutImageRequest.BuilderPutImageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutImageRequest.BuilderPutImageRequest.Builder. registryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the repository in which to put the image.PutImageRequest.BuilderPutImageRequest.Builder. repositoryName(String repositoryName)The name of the repository in which to put the image.PutImageRequest.BuilderPutImageRequest. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type PutImageRequest.Builder Modifier and Type Method Description static Class<? extends PutImageRequest.Builder>PutImageRequest. serializableBuilderClass()
-