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

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

Introduction

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

The text is from its open source code.

Method

CreateRepositoryResultcreateRepository(CreateRepositoryRequest createRepositoryRequest)

Creates an Amazon Elastic Container Registry (Amazon ECR) repository, where users can push and pull Docker images.

DeleteRepositoryResultdeleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)

Deletes an existing image repository.

DescribeImagesResultdescribeImages(DescribeImagesRequest describeImagesRequest)

Returns metadata about the images in a repository, including image size, image tags, and creation date.

GetAuthorizationTokenResultgetAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)

Retrieves a token that is valid for a specified registry for 12 hours.

ListImagesResultlistImages(ListImagesRequest listImagesRequest)

Lists all the image IDs for a given repository.