Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.PutImageRequest.Builder
-
Packages that use PutImageRequest.Builder Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.model -
-
Uses of PutImageRequest.Builder in software.amazon.awssdk.services.ecrpublic
Method parameters in software.amazon.awssdk.services.ecrpublic with type arguments of type PutImageRequest.Builder Modifier and Type Method Description default CompletableFuture<PutImageResponse>EcrPublicAsyncClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags that are associated with an image.default PutImageResponseEcrPublicClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags that are associated with an image. -
Uses of PutImageRequest.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.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 that corresponds to the image.PutImageRequest.BuilderPutImageRequest.Builder. imageManifest(String imageManifest)The image manifest that corresponds 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, or registry alias, that's associated with the public registry that contains the repository where the image is put.PutImageRequest.BuilderPutImageRequest.Builder. repositoryName(String repositoryName)The name of the repository where the image is put.PutImageRequest.BuilderPutImageRequest. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type PutImageRequest.Builder Modifier and Type Method Description static Class<? extends PutImageRequest.Builder>PutImageRequest. serializableBuilderClass()
-