| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchCheckLayerAvailabilityResponse |
EcrClient.batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers in a repository.
|
default BatchCheckLayerAvailabilityResponse |
EcrClient.batchCheckLayerAvailability(Consumer<BatchCheckLayerAvailabilityRequest.Builder> batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers in a repository.
|
default BatchDeleteImageResponse |
EcrClient.batchDeleteImage(BatchDeleteImageRequest batchDeleteImageRequest)
Deletes a list of specified images within a repository.
|
default BatchDeleteImageResponse |
EcrClient.batchDeleteImage(Consumer<BatchDeleteImageRequest.Builder> batchDeleteImageRequest)
Deletes a list of specified images within a repository.
|
default BatchGetImageResponse |
EcrClient.batchGetImage(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for an image.
|
default BatchGetImageResponse |
EcrClient.batchGetImage(Consumer<BatchGetImageRequest.Builder> batchGetImageRequest)
Gets detailed information for an image.
|
default CompleteLayerUploadResponse |
EcrClient.completeLayerUpload(CompleteLayerUploadRequest completeLayerUploadRequest)
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
upload ID.
|
default CompleteLayerUploadResponse |
EcrClient.completeLayerUpload(Consumer<CompleteLayerUploadRequest.Builder> completeLayerUploadRequest)
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
upload ID.
|
default CreateRepositoryResponse |
EcrClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository.
|
default CreateRepositoryResponse |
EcrClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository.
|
default DeleteLifecyclePolicyResponse |
EcrClient.deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
|
default DeleteLifecyclePolicyResponse |
EcrClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
|
default DeleteRegistryPolicyResponse |
EcrClient.deleteRegistryPolicy(Consumer<DeleteRegistryPolicyRequest.Builder> deleteRegistryPolicyRequest)
Deletes the registry permissions policy.
|
default DeleteRegistryPolicyResponse |
EcrClient.deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)
Deletes the registry permissions policy.
|
default DeleteRepositoryResponse |
EcrClient.deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)
Deletes a repository.
|
default DeleteRepositoryResponse |
EcrClient.deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)
Deletes a repository.
|
default DeleteRepositoryPolicyResponse |
EcrClient.deleteRepositoryPolicy(Consumer<DeleteRepositoryPolicyRequest.Builder> deleteRepositoryPolicyRequest)
Deletes the repository policy associated with the specified repository.
|
default DeleteRepositoryPolicyResponse |
EcrClient.deleteRepositoryPolicy(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)
Deletes the repository policy associated with the specified repository.
|
default DescribeImagesResponse |
EcrClient.describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Returns metadata about the images in a repository.
|
default DescribeImagesResponse |
EcrClient.describeImages(DescribeImagesRequest describeImagesRequest)
Returns metadata about the images in a repository.
|
default DescribeImageScanFindingsResponse |
EcrClient.describeImageScanFindings(Consumer<DescribeImageScanFindingsRequest.Builder> describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
|
default DescribeImageScanFindingsResponse |
EcrClient.describeImageScanFindings(DescribeImageScanFindingsRequest describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
|
default DescribeImageScanFindingsIterable |
EcrClient.describeImageScanFindingsPaginator(Consumer<DescribeImageScanFindingsRequest.Builder> describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
|
default DescribeImageScanFindingsIterable |
EcrClient.describeImageScanFindingsPaginator(DescribeImageScanFindingsRequest describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
|
default DescribeImagesIterable |
EcrClient.describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Returns metadata about the images in a repository.
|
default DescribeImagesIterable |
EcrClient.describeImagesPaginator(DescribeImagesRequest describeImagesRequest)
Returns metadata about the images in a repository.
|
default DescribeRegistryResponse |
EcrClient.describeRegistry(Consumer<DescribeRegistryRequest.Builder> describeRegistryRequest)
Describes the settings for a registry.
|
default DescribeRegistryResponse |
EcrClient.describeRegistry(DescribeRegistryRequest describeRegistryRequest)
Describes the settings for a registry.
|
default DescribeRepositoriesResponse |
EcrClient.describeRepositories()
Describes image repositories in a registry.
|
default DescribeRepositoriesResponse |
EcrClient.describeRepositories(Consumer<DescribeRepositoriesRequest.Builder> describeRepositoriesRequest)
Describes image repositories in a registry.
|
default DescribeRepositoriesResponse |
EcrClient.describeRepositories(DescribeRepositoriesRequest describeRepositoriesRequest)
Describes image repositories in a registry.
|
default DescribeRepositoriesIterable |
EcrClient.describeRepositoriesPaginator()
Describes image repositories in a registry.
|
default DescribeRepositoriesIterable |
EcrClient.describeRepositoriesPaginator(Consumer<DescribeRepositoriesRequest.Builder> describeRepositoriesRequest)
Describes image repositories in a registry.
|
default DescribeRepositoriesIterable |
EcrClient.describeRepositoriesPaginator(DescribeRepositoriesRequest describeRepositoriesRequest)
Describes image repositories in a registry.
|
default GetAuthorizationTokenResponse |
EcrClient.getAuthorizationToken()
Retrieves an authorization token.
|
default GetAuthorizationTokenResponse |
EcrClient.getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)
Retrieves an authorization token.
|
default GetAuthorizationTokenResponse |
EcrClient.getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Retrieves an authorization token.
|
default GetDownloadUrlForLayerResponse |
EcrClient.getDownloadUrlForLayer(Consumer<GetDownloadUrlForLayerRequest.Builder> getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
default GetDownloadUrlForLayerResponse |
EcrClient.getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
default GetLifecyclePolicyResponse |
EcrClient.getLifecyclePolicy(Consumer<GetLifecyclePolicyRequest.Builder> getLifecyclePolicyRequest)
Retrieves the lifecycle policy for the specified repository.
|
default GetLifecyclePolicyResponse |
EcrClient.getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest)
Retrieves the lifecycle policy for the specified repository.
|
default GetLifecyclePolicyPreviewResponse |
EcrClient.getLifecyclePolicyPreview(Consumer<GetLifecyclePolicyPreviewRequest.Builder> getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default GetLifecyclePolicyPreviewResponse |
EcrClient.getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default GetLifecyclePolicyPreviewIterable |
EcrClient.getLifecyclePolicyPreviewPaginator(Consumer<GetLifecyclePolicyPreviewRequest.Builder> getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default GetLifecyclePolicyPreviewIterable |
EcrClient.getLifecyclePolicyPreviewPaginator(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default GetRegistryPolicyResponse |
EcrClient.getRegistryPolicy(Consumer<GetRegistryPolicyRequest.Builder> getRegistryPolicyRequest)
Retrieves the permissions policy for a registry.
|
default GetRegistryPolicyResponse |
EcrClient.getRegistryPolicy(GetRegistryPolicyRequest getRegistryPolicyRequest)
Retrieves the permissions policy for a registry.
|
default GetRepositoryPolicyResponse |
EcrClient.getRepositoryPolicy(Consumer<GetRepositoryPolicyRequest.Builder> getRepositoryPolicyRequest)
Retrieves the repository policy for the specified repository.
|
default GetRepositoryPolicyResponse |
EcrClient.getRepositoryPolicy(GetRepositoryPolicyRequest getRepositoryPolicyRequest)
Retrieves the repository policy for the specified repository.
|
default InitiateLayerUploadResponse |
EcrClient.initiateLayerUpload(Consumer<InitiateLayerUploadRequest.Builder> initiateLayerUploadRequest)
Notifies Amazon ECR that you intend to upload an image layer.
|
default InitiateLayerUploadResponse |
EcrClient.initiateLayerUpload(InitiateLayerUploadRequest initiateLayerUploadRequest)
Notifies Amazon ECR that you intend to upload an image layer.
|
default ListImagesResponse |
EcrClient.listImages(Consumer<ListImagesRequest.Builder> listImagesRequest)
Lists all the image IDs for the specified repository.
|
default ListImagesResponse |
EcrClient.listImages(ListImagesRequest listImagesRequest)
Lists all the image IDs for the specified repository.
|
default ListImagesIterable |
EcrClient.listImagesPaginator(Consumer<ListImagesRequest.Builder> listImagesRequest)
Lists all the image IDs for the specified repository.
|
default ListImagesIterable |
EcrClient.listImagesPaginator(ListImagesRequest listImagesRequest)
Lists all the image IDs for the specified repository.
|
default ListTagsForResourceResponse |
EcrClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for an Amazon ECR resource.
|
default ListTagsForResourceResponse |
EcrClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an Amazon ECR resource.
|
default PutImageResponse |
EcrClient.putImage(Consumer<PutImageRequest.Builder> putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
default PutImageResponse |
EcrClient.putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
default PutImageScanningConfigurationResponse |
EcrClient.putImageScanningConfiguration(Consumer<PutImageScanningConfigurationRequest.Builder> putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
default PutImageScanningConfigurationResponse |
EcrClient.putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
Updates the image scanning configuration for the specified repository.
|
default PutImageTagMutabilityResponse |
EcrClient.putImageTagMutability(Consumer<PutImageTagMutabilityRequest.Builder> putImageTagMutabilityRequest)
Updates the image tag mutability settings for the specified repository.
|
default PutImageTagMutabilityResponse |
EcrClient.putImageTagMutability(PutImageTagMutabilityRequest putImageTagMutabilityRequest)
Updates the image tag mutability settings for the specified repository.
|
default PutLifecyclePolicyResponse |
EcrClient.putLifecyclePolicy(Consumer<PutLifecyclePolicyRequest.Builder> putLifecyclePolicyRequest)
Creates or updates the lifecycle policy for the specified repository.
|
default PutLifecyclePolicyResponse |
EcrClient.putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)
Creates or updates the lifecycle policy for the specified repository.
|
default PutRegistryPolicyResponse |
EcrClient.putRegistryPolicy(Consumer<PutRegistryPolicyRequest.Builder> putRegistryPolicyRequest)
Creates or updates the permissions policy for your registry.
|
default PutRegistryPolicyResponse |
EcrClient.putRegistryPolicy(PutRegistryPolicyRequest putRegistryPolicyRequest)
Creates or updates the permissions policy for your registry.
|
default PutReplicationConfigurationResponse |
EcrClient.putReplicationConfiguration(Consumer<PutReplicationConfigurationRequest.Builder> putReplicationConfigurationRequest)
Creates or updates the replication configuration for a registry.
|
default PutReplicationConfigurationResponse |
EcrClient.putReplicationConfiguration(PutReplicationConfigurationRequest putReplicationConfigurationRequest)
Creates or updates the replication configuration for a registry.
|
default SetRepositoryPolicyResponse |
EcrClient.setRepositoryPolicy(Consumer<SetRepositoryPolicyRequest.Builder> setRepositoryPolicyRequest)
Applies a repository policy to the specified repository to control access permissions.
|
default SetRepositoryPolicyResponse |
EcrClient.setRepositoryPolicy(SetRepositoryPolicyRequest setRepositoryPolicyRequest)
Applies a repository policy to the specified repository to control access permissions.
|
default StartImageScanResponse |
EcrClient.startImageScan(Consumer<StartImageScanRequest.Builder> startImageScanRequest)
Starts an image vulnerability scan.
|
default StartImageScanResponse |
EcrClient.startImageScan(StartImageScanRequest startImageScanRequest)
Starts an image vulnerability scan.
|
default StartLifecyclePolicyPreviewResponse |
EcrClient.startLifecyclePolicyPreview(Consumer<StartLifecyclePolicyPreviewRequest.Builder> startLifecyclePolicyPreviewRequest)
Starts a preview of a lifecycle policy for the specified repository.
|
default StartLifecyclePolicyPreviewResponse |
EcrClient.startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest startLifecyclePolicyPreviewRequest)
Starts a preview of a lifecycle policy for the specified repository.
|
default TagResourceResponse |
EcrClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
default TagResourceResponse |
EcrClient.tagResource(TagResourceRequest tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
default UntagResourceResponse |
EcrClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
EcrClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
default UploadLayerPartResponse |
EcrClient.uploadLayerPart(Consumer<UploadLayerPartRequest.Builder> uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
default UploadLayerPartResponse |
EcrClient.uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyUploadException
The specified layer upload does not contain any layer parts.
|
class |
ImageAlreadyExistsException
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last
push.
|
class |
ImageDigestDoesNotMatchException
The specified image digest does not match the digest that Amazon ECR calculated for the image.
|
class |
ImageNotFoundException
The image requested does not exist in the specified repository.
|
class |
ImageTagAlreadyExistsException
The specified image is tagged with a tag that already exists.
|
class |
InvalidLayerException
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest
specified.
|
class |
InvalidLayerPartException
The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer
part upload.
|
class |
InvalidParameterException
The specified parameter is invalid.
|
class |
InvalidTagParameterException
An invalid parameter has been specified.
|
class |
KmsException
The operation failed due to a KMS exception.
|
class |
LayerAlreadyExistsException
The image layer already exists in the associated repository.
|
class |
LayerInaccessibleException
The specified layer is not available because it is not associated with an image.
|
class |
LayerPartTooSmallException
Layer parts must be at least 5 MiB in size.
|
class |
LayersNotFoundException
The specified layers could not be found, or the specified layer is not valid for this repository.
|
class |
LifecyclePolicyNotFoundException
The lifecycle policy could not be found, and no policy is set to the repository.
|
class |
LifecyclePolicyPreviewInProgressException
The previous lifecycle policy preview request has not completed.
|
class |
LifecyclePolicyPreviewNotFoundException
There is no dry run for this repository.
|
class |
LimitExceededException
The operation did not succeed because it would have exceeded a service limit for your account.
|
class |
ReferencedImagesNotFoundException
The manifest list is referencing an image that does not exist.
|
class |
RegistryPolicyNotFoundException
The registry doesn't have an associated registry policy.
|
class |
RepositoryAlreadyExistsException
The specified repository already exists in the specified registry.
|
class |
RepositoryNotEmptyException
The specified repository contains images.
|
class |
RepositoryNotFoundException
The specified repository could not be found.
|
class |
RepositoryPolicyNotFoundException
The specified repository and registry combination does not have an associated repository policy.
|
class |
ScanNotFoundException
The specified image scan could not be found.
|
class |
ServerException
These errors are usually caused by a server-side issue.
|
class |
TooManyTagsException
The list of tags on the repository is over the limit.
|
class |
UnsupportedImageTypeException
The image is of a type that cannot be scanned.
|
class |
UploadNotFoundException
The upload could not be found, or the specified upload ID is not valid for this repository.
|
class |
ValidationException
There was an exception validating this request.
|
| Modifier and Type | Method and Description |
|---|---|
EcrException |
EcrException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(EcrException ex) |
Copyright © 2021. All rights reserved.