Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.PutImageResponse.Builder
-
Packages that use PutImageResponse.Builder Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of PutImageResponse.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return PutImageResponse.Builder Modifier and Type Method Description static PutImageResponse.BuilderPutImageResponse. builder()default PutImageResponse.BuilderPutImageResponse.Builder. image(Consumer<Image.Builder> image)Details of the image uploaded.PutImageResponse.BuilderPutImageResponse.Builder. image(Image image)Details of the image uploaded.PutImageResponse.BuilderPutImageResponse. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type PutImageResponse.Builder Modifier and Type Method Description static Class<? extends PutImageResponse.Builder>PutImageResponse. serializableBuilderClass()
-