Java com.amazonaws.services.ecr.model ImageDetail fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecr.model ImageDetail fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecr.model ImageDetail.

The text is from its open source code.

Method

StringgetImageDigest()

The sha256 digest of the image manifest.

java.util.DategetImagePushedAt()

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

java.util.ListgetImageTags()

The list of tags associated with this image.

StringgetRegistryId()

The AWS account ID associated with the registry to which this image belongs.

StringgetRepositoryName()

The name of the repository to which this image belongs.