Skip navigation links
A B C D E F G H I L M P R S T U V W 

A

AbstractAmazonECR - Class in com.amazonaws.services.ecr
Abstract implementation of AmazonECR.
AbstractAmazonECR() - Constructor for class com.amazonaws.services.ecr.AbstractAmazonECR
 
AbstractAmazonECRAsync - Class in com.amazonaws.services.ecr
Abstract implementation of AmazonECRAsync.
AbstractAmazonECRAsync() - Constructor for class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
AmazonECR - Interface in com.amazonaws.services.ecr
Interface for accessing Amazon ECR.
AmazonECRAsync - Interface in com.amazonaws.services.ecr
Interface for accessing Amazon ECR asynchronously.
AmazonECRAsyncClient - Class in com.amazonaws.services.ecr
Client for accessing Amazon ECR asynchronously.
AmazonECRAsyncClient() - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ecr.AmazonECRAsyncClient
AmazonECRAsyncClientBuilder - Class in com.amazonaws.services.ecr
Fluent builder for AmazonECRAsync.
AmazonECRClient - Class in com.amazonaws.services.ecr
Client for accessing Amazon ECR.
AmazonECRClient() - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClient(ClientConfiguration) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClient(AWSCredentials) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonECRClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonECRClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.ecr.AmazonECRClient
AmazonECRClientBuilder - Class in com.amazonaws.services.ecr
Fluent builder for AmazonECR.
AmazonECRException - Exception in com.amazonaws.services.ecr.model
Base exception for all service exceptions thrown by Amazon EC2 Container Registry
AmazonECRException(String) - Constructor for exception com.amazonaws.services.ecr.model.AmazonECRException
Constructs a new AmazonECRException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
AuthorizationData - Class in com.amazonaws.services.ecr.model
An object representing authorization data for an Amazon ECR registry.
AuthorizationData() - Constructor for class com.amazonaws.services.ecr.model.AuthorizationData
 

B

batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Check the availability of multiple image layers in a specified registry and repository.
batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Check the availability of multiple image layers in a specified registry and repository.
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest, AsyncHandler<BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Check the availability of multiple image layers in a specified registry and repository.
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest, AsyncHandler<BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Check the availability of multiple image layers in a specified registry and repository.
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest, AsyncHandler<BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
BatchCheckLayerAvailabilityRequest - Class in com.amazonaws.services.ecr.model
 
BatchCheckLayerAvailabilityRequest() - Constructor for class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
 
BatchCheckLayerAvailabilityResult - Class in com.amazonaws.services.ecr.model
 
BatchCheckLayerAvailabilityResult() - Constructor for class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
 
batchDeleteImage(BatchDeleteImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
batchDeleteImage(BatchDeleteImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes a list of specified images within a specified repository.
batchDeleteImage(BatchDeleteImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes a list of specified images within a specified repository.
batchDeleteImageAsync(BatchDeleteImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchDeleteImageAsync(BatchDeleteImageRequest, AsyncHandler<BatchDeleteImageRequest, BatchDeleteImageResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchDeleteImageAsync(BatchDeleteImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a list of specified images within a specified repository.
batchDeleteImageAsync(BatchDeleteImageRequest, AsyncHandler<BatchDeleteImageRequest, BatchDeleteImageResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a list of specified images within a specified repository.
batchDeleteImageAsync(BatchDeleteImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
batchDeleteImageAsync(BatchDeleteImageRequest, AsyncHandler<BatchDeleteImageRequest, BatchDeleteImageResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
BatchDeleteImageRequest - Class in com.amazonaws.services.ecr.model
Deletes specified images within a specified repository.
BatchDeleteImageRequest() - Constructor for class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
 
BatchDeleteImageResult - Class in com.amazonaws.services.ecr.model
 
BatchDeleteImageResult() - Constructor for class com.amazonaws.services.ecr.model.BatchDeleteImageResult
 
batchGetImage(BatchGetImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
batchGetImage(BatchGetImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Gets detailed information for specified images within a specified repository.
batchGetImage(BatchGetImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Gets detailed information for specified images within a specified repository.
batchGetImageAsync(BatchGetImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchGetImageAsync(BatchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchGetImageAsync(BatchGetImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Gets detailed information for specified images within a specified repository.
batchGetImageAsync(BatchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Gets detailed information for specified images within a specified repository.
batchGetImageAsync(BatchGetImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
batchGetImageAsync(BatchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
BatchGetImageRequest - Class in com.amazonaws.services.ecr.model
 
BatchGetImageRequest() - Constructor for class com.amazonaws.services.ecr.model.BatchGetImageRequest
 
BatchGetImageResult - Class in com.amazonaws.services.ecr.model
 
BatchGetImageResult() - Constructor for class com.amazonaws.services.ecr.model.BatchGetImageResult
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClientBuilder
Construct an asynchronous implementation of AmazonECRAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.ecr.AmazonECRClientBuilder
Construct a synchronous implementation of AmazonECR using the current builder configuration.
builder() - Static method in class com.amazonaws.services.ecr.AmazonECRClient
 

C

clone() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
 
clone() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
 
clone() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.Image
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageDetail
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageFailure
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
 
clone() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
 
clone() - Method in class com.amazonaws.services.ecr.model.Layer
 
clone() - Method in class com.amazonaws.services.ecr.model.LayerFailure
 
clone() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
 
clone() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
 
clone() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
 
clone() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
 
clone() - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
 
clone() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.ListImagesResult
 
clone() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutImageResult
 
clone() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.Repository
 
clone() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
 
clone() - Method in class com.amazonaws.services.ecr.model.Tag
 
clone() - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
 
com.amazonaws.services.ecr - package com.amazonaws.services.ecr
Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service.
com.amazonaws.services.ecr.model - package com.amazonaws.services.ecr.model
 
completeLayerUpload(CompleteLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
completeLayerUpload(CompleteLayerUploadRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID.
completeLayerUpload(CompleteLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID.
completeLayerUploadAsync(CompleteLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
completeLayerUploadAsync(CompleteLayerUploadRequest, AsyncHandler<CompleteLayerUploadRequest, CompleteLayerUploadResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
completeLayerUploadAsync(CompleteLayerUploadRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID.
completeLayerUploadAsync(CompleteLayerUploadRequest, AsyncHandler<CompleteLayerUploadRequest, CompleteLayerUploadResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID.
completeLayerUploadAsync(CompleteLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
completeLayerUploadAsync(CompleteLayerUploadRequest, AsyncHandler<CompleteLayerUploadRequest, CompleteLayerUploadResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
CompleteLayerUploadRequest - Class in com.amazonaws.services.ecr.model
 
CompleteLayerUploadRequest() - Constructor for class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
 
CompleteLayerUploadResult - Class in com.amazonaws.services.ecr.model
 
CompleteLayerUploadResult() - Constructor for class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
 
configFactory - Static variable in class com.amazonaws.services.ecr.AmazonECRClient
Client configuration factory providing ClientConfigurations tailored to this client
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
createRepository(CreateRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates an image repository.
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates an image repository.
createRepositoryAsync(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
createRepositoryAsync(CreateRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates an image repository.
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates an image repository.
createRepositoryAsync(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
CreateRepositoryRequest - Class in com.amazonaws.services.ecr.model
 
CreateRepositoryRequest() - Constructor for class com.amazonaws.services.ecr.model.CreateRepositoryRequest
 
CreateRepositoryResult - Class in com.amazonaws.services.ecr.model
 
CreateRepositoryResult() - Constructor for class com.amazonaws.services.ecr.model.CreateRepositoryResult
 

D

defaultClient() - Static method in class com.amazonaws.services.ecr.AmazonECRAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.ecr.AmazonECRClientBuilder
 
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes the specified lifecycle policy.
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes the specified lifecycle policy.
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest, AsyncHandler<DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the specified lifecycle policy.
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest, AsyncHandler<DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the specified lifecycle policy.
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest, AsyncHandler<DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DeleteLifecyclePolicyRequest - Class in com.amazonaws.services.ecr.model
 
DeleteLifecyclePolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
 
DeleteLifecyclePolicyResult - Class in com.amazonaws.services.ecr.model
 
DeleteLifecyclePolicyResult() - Constructor for class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
 
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deleteRepository(DeleteRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes an existing image repository.
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes an existing image repository.
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes an existing image repository.
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes an existing image repository.
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deleteRepositoryPolicy(DeleteRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deleteRepositoryPolicy(DeleteRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes the repository policy from a specified repository.
deleteRepositoryPolicy(DeleteRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes the repository policy from a specified repository.
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest, AsyncHandler<DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the repository policy from a specified repository.
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest, AsyncHandler<DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the repository policy from a specified repository.
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest, AsyncHandler<DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DeleteRepositoryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
DeleteRepositoryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
 
DeleteRepositoryPolicyResult - Class in com.amazonaws.services.ecr.model
 
DeleteRepositoryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
 
DeleteRepositoryRequest - Class in com.amazonaws.services.ecr.model
 
DeleteRepositoryRequest() - Constructor for class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
 
DeleteRepositoryResult - Class in com.amazonaws.services.ecr.model
 
DeleteRepositoryResult() - Constructor for class com.amazonaws.services.ecr.model.DeleteRepositoryResult
 
describeImages(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describeImages(DescribeImagesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Returns metadata about the images in a repository, including image size, image tags, and creation date.
describeImages(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns metadata about the images in a repository, including image size, image tags, and creation date.
describeImagesAsync(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImagesAsync(DescribeImagesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns metadata about the images in a repository, including image size, image tags, and creation date.
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns metadata about the images in a repository, including image size, image tags, and creation date.
describeImagesAsync(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribeImagesFilter - Class in com.amazonaws.services.ecr.model
An object representing a filter on a DescribeImages operation.
DescribeImagesFilter() - Constructor for class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
DescribeImagesRequest - Class in com.amazonaws.services.ecr.model
 
DescribeImagesRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribeImagesRequest
 
DescribeImagesResult - Class in com.amazonaws.services.ecr.model
 
DescribeImagesResult() - Constructor for class com.amazonaws.services.ecr.model.DescribeImagesResult
 
describeRepositories(DescribeRepositoriesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describeRepositories(DescribeRepositoriesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Describes image repositories in a registry.
describeRepositories(DescribeRepositoriesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Describes image repositories in a registry.
describeRepositoriesAsync(DescribeRepositoriesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeRepositoriesAsync(DescribeRepositoriesRequest, AsyncHandler<DescribeRepositoriesRequest, DescribeRepositoriesResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeRepositoriesAsync(DescribeRepositoriesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Describes image repositories in a registry.
describeRepositoriesAsync(DescribeRepositoriesRequest, AsyncHandler<DescribeRepositoriesRequest, DescribeRepositoriesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Describes image repositories in a registry.
describeRepositoriesAsync(DescribeRepositoriesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeRepositoriesAsync(DescribeRepositoriesRequest, AsyncHandler<DescribeRepositoriesRequest, DescribeRepositoriesResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribeRepositoriesRequest - Class in com.amazonaws.services.ecr.model
 
DescribeRepositoriesRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
 
DescribeRepositoriesResult - Class in com.amazonaws.services.ecr.model
 
DescribeRepositoriesResult() - Constructor for class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
 

E

EmptyUploadException - Exception in com.amazonaws.services.ecr.model
The specified layer upload does not contain any layer parts.
EmptyUploadException(String) - Constructor for exception com.amazonaws.services.ecr.model.EmptyUploadException
Constructs a new EmptyUploadException with the specified error message.
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ecr.AmazonECR
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Image
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageDetail
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageFailure
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Layer
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.LayerFailure
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutImageResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Repository
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
 

F

fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ImageActionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ImageFailureCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.LayerAvailability
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.LayerFailureCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.LifecyclePolicyPreviewStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.TagStatus
Use this in place of valueOf.

G

getAcceptedMediaTypes() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The accepted media types for the request.
getAction() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The type of action to be taken.
getAppliedRulePriority() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
getAuthorizationData() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
A list of authorization token data objects that correspond to the registryIds values in the request.
getAuthorizationToken(GetAuthorizationTokenRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getAuthorizationToken(GetAuthorizationTokenRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves a token that is valid for a specified registry for 12 hours.
getAuthorizationToken(GetAuthorizationTokenRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves a token that is valid for a specified registry for 12 hours.
getAuthorizationToken() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
A base64-encoded string that contains authorization data for the specified Amazon ECR registry.
getAuthorizationTokenAsync(GetAuthorizationTokenRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getAuthorizationTokenAsync(GetAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getAuthorizationTokenAsync(GetAuthorizationTokenRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves a token that is valid for a specified registry for 12 hours.
getAuthorizationTokenAsync(GetAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves a token that is valid for a specified registry for 12 hours.
getAuthorizationTokenAsync(GetAuthorizationTokenRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getAuthorizationTokenAsync(GetAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetAuthorizationTokenRequest - Class in com.amazonaws.services.ecr.model
 
GetAuthorizationTokenRequest() - Constructor for class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
 
GetAuthorizationTokenResult - Class in com.amazonaws.services.ecr.model
 
GetAuthorizationTokenResult() - Constructor for class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCreatedAt() - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
getDownloadUrl() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The pre-signed Amazon S3 download URL for the requested layer.
getDownloadUrlForLayer(GetDownloadUrlForLayerRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getDownloadUrlForLayer(GetDownloadUrlForLayerRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
getDownloadUrlForLayer(GetDownloadUrlForLayerRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest, AsyncHandler<GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest, AsyncHandler<GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest, AsyncHandler<GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetDownloadUrlForLayerRequest - Class in com.amazonaws.services.ecr.model
 
GetDownloadUrlForLayerRequest() - Constructor for class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
 
GetDownloadUrlForLayerResult - Class in com.amazonaws.services.ecr.model
 
GetDownloadUrlForLayerResult() - Constructor for class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
 
getExecutorService() - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
Returns the executor service used by this client to execute async requests.
getExpiresAt() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The Unix time in seconds and milliseconds when the authorization token expires.
getExpiringImageTotalCount() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
The number of expiring images.
getFailureCode() - Method in class com.amazonaws.services.ecr.model.ImageFailure
The code associated with the failure.
getFailureCode() - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
getFailureReason() - Method in class com.amazonaws.services.ecr.model.ImageFailure
The reason for the failure.
getFailureReason() - Method in class com.amazonaws.services.ecr.model.LayerFailure
The reason for the failure.
getFailures() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
Any failures associated with the call.
getFilter() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The filter key and value with which to filter your DescribeImages results.
getFilter() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
An optional parameter that filters results based on image tag status and all tags, if tagged.
getFilter() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The filter key and value with which to filter your ListImages results.
getForce() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
If a repository contains images, forces the deletion.
getForce() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation.
getImage() - Method in class com.amazonaws.services.ecr.model.PutImageResult
Details of the image uploaded.
getImageDetails() - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
A list of ImageDetail objects that contain data about the image.
getImageDigest() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The sha256 digest of the image manifest.
getImageDigest() - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The sha256 digest of the image manifest.
getImageDigest() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The sha256 digest of the image manifest.
getImageId() - Method in class com.amazonaws.services.ecr.model.Image
An object containing the image tag and image digest associated with an image.
getImageId() - Method in class com.amazonaws.services.ecr.model.ImageFailure
The image ID associated with the failure.
getImageIds() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
A list of image ID references that correspond to images to delete.
getImageIds() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
The image IDs of the deleted images.
getImageIds() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
A list of image ID references that correspond to images to describe.
getImageIds() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The list of image IDs for the requested repository.
getImageIds() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The list of imageIDs to be included.
getImageIds() - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The list of image IDs for the requested repository.
getImageManifest() - Method in class com.amazonaws.services.ecr.model.Image
The image manifest associated with the image.
getImageManifest() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image manifest corresponding to the image to be uploaded.
getImagePushedAt() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
getImagePushedAt() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
getImages() - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
A list of image objects corresponding to the image references in the request.
getImageSizeInBytes() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The size, in bytes, of the image in the repository.
getImageTag() - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The tag used for the image.
getImageTag() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The tag to associate with the image.
getImageTags() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The list of tags associated with this image.
getImageTags() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The list of tags associated with this image.
getKey() - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
getLastByteReceived() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The integer value of the last byte received in the request.
getLastEvaluatedAt() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
getLastEvaluatedAt() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
getLastValidByteReceived() - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The last valid byte received from the layer part upload that is associated with the exception.
getLayerAvailability() - Method in class com.amazonaws.services.ecr.model.Layer
The availability status of the image layer.
getLayerDigest() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The sha256 digest of the image layer.
getLayerDigest() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The digest of the image layer to download.
getLayerDigest() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The digest of the image layer to download.
getLayerDigest() - Method in class com.amazonaws.services.ecr.model.Layer
The sha256 digest of the image layer.
getLayerDigest() - Method in class com.amazonaws.services.ecr.model.LayerFailure
The layer digest associated with the failure.
getLayerDigests() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The digests of the image layers to check.
getLayerDigests() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The sha256 digest of the image layer.
getLayerPartBlob() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The base64-encoded layer part payload.
getLayers() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
A list of image layer objects corresponding to the image layer references in the request.
getLayerSize() - Method in class com.amazonaws.services.ecr.model.Layer
The size, in bytes, of the image layer.
getLifecyclePolicy(GetLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getLifecyclePolicy(GetLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the specified lifecycle policy.
getLifecyclePolicy(GetLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the specified lifecycle policy.
getLifecyclePolicyAsync(GetLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getLifecyclePolicyAsync(GetLifecyclePolicyRequest, AsyncHandler<GetLifecyclePolicyRequest, GetLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getLifecyclePolicyAsync(GetLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the specified lifecycle policy.
getLifecyclePolicyAsync(GetLifecyclePolicyRequest, AsyncHandler<GetLifecyclePolicyRequest, GetLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the specified lifecycle policy.
getLifecyclePolicyAsync(GetLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getLifecyclePolicyAsync(GetLifecyclePolicyRequest, AsyncHandler<GetLifecyclePolicyRequest, GetLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest, AsyncHandler<GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest, AsyncHandler<GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the results of the specified lifecycle policy preview request.
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest, AsyncHandler<GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetLifecyclePolicyPreviewRequest - Class in com.amazonaws.services.ecr.model
 
GetLifecyclePolicyPreviewRequest() - Constructor for class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
 
GetLifecyclePolicyPreviewResult - Class in com.amazonaws.services.ecr.model
 
GetLifecyclePolicyPreviewResult() - Constructor for class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
 
GetLifecyclePolicyRequest - Class in com.amazonaws.services.ecr.model
 
GetLifecyclePolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
 
GetLifecyclePolicyResult - Class in com.amazonaws.services.ecr.model
 
GetLifecyclePolicyResult() - Constructor for class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
 
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The JSON lifecycle policy text.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The JSON lifecycle policy text.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The JSON lifecycle policy text.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The JSON repository policy text to apply to the repository.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The JSON repository policy text.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The policy to be evaluated against.
getLifecyclePolicyText() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The JSON repository policy text.
getMaxResults() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The maximum number of repository results returned by DescribeImages in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The maximum number of repository results returned by DescribeRepositories in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The maximum number of image results returned by ListImages in paginated output.
getMediaType() - Method in class com.amazonaws.services.ecr.model.Layer
The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
The nextToken value to include in a future DescribeImages request.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
The nextToken value to include in a future DescribeRepositories request.
getNextToken() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The nextToken value to include in a future GetLifecyclePolicyPreview request.
getNextToken() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The nextToken value to include in a future ListImages request.
getPartFirstByte() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the first byte of the layer part.
getPartLastByte() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the last byte of the layer part.
getPartSize() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The JSON repository policy that was deleted from the repository.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The JSON repository policy text associated with the repository.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The JSON repository policy text to apply to the repository.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The JSON repository policy text applied to the repository.
getPreviewResults() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The results of the lifecycle policy preview request.
getProxyEndpoint() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The registry URL to use for this authorization token in a docker login command.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The AWS account ID associated with the registry that contains the image layers to check.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The AWS account ID associated with the registry that contains the image to delete.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The AWS account ID associated with the registry that contains the images to describe.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The AWS account ID associated with the registry to which to upload layers.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository policy to delete.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The AWS account ID associated with the registry that contains the repository to delete.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The AWS account ID associated with the registry that contains the repository in which to describe images.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The AWS account ID associated with the registry that contains the repositories to be described.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The AWS account ID associated with the registry that contains the image layer to download.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.Image
The AWS account ID associated with the registry containing the image.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The AWS account ID associated with the registry to which this image belongs.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The AWS account ID associated with the registry to which you intend to upload layers.
getRegistryId() - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The registry ID associated with the exception.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The AWS account ID associated with the registry that contains the repository in which to list images.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The AWS account ID associated with the registry that contains the repository in which to put the image.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.Repository
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The AWS account ID associated with the registry to which you are uploading layer parts.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The registry ID associated with the request.
getRegistryIds() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
getRepositories() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
A list of repository objects corresponding to valid repositories.
getRepository() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
The repository that was created.
getRepository() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
The repository that was deleted.
getRepositoryArn() - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Resource Name (ARN) that identifies the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The name of the repository that is associated with the image layers to check.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The repository that contains the image to delete.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The repository that contains the images to describe.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The name of the repository to associate with the image layer.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The name to use for the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The name of the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The name of the repository that is associated with the repository policy to delete.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The name of the repository to delete.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
A list of repositories to describe.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The name of the repository that is associated with the image layer to download.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The name of the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The name of the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The name of the repository with the policy to retrieve.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.Image
The name of the repository associated with the image.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The name of the repository to which this image belongs.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The name of the repository to which you intend to upload layers.
getRepositoryName() - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The repository name associated with the exception.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The repository with image IDs to be listed.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The name of the repository in which to put the image.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The name of the repository to receive the policy.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.Repository
The name of the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The name of the repository to receive the policy.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The name of the repository to be evaluated.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The name of the repository to which you are uploading layer parts.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The repository name associated with the request.
getRepositoryNames() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
A list of repositories to describe.
getRepositoryPolicy(GetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getRepositoryPolicy(GetRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the repository policy for a specified repository.
getRepositoryPolicy(GetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the repository policy for a specified repository.
getRepositoryPolicyAsync(GetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRepositoryPolicyAsync(GetRepositoryPolicyRequest, AsyncHandler<GetRepositoryPolicyRequest, GetRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRepositoryPolicyAsync(GetRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the repository policy for a specified repository.
getRepositoryPolicyAsync(GetRepositoryPolicyRequest, AsyncHandler<GetRepositoryPolicyRequest, GetRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the repository policy for a specified repository.
getRepositoryPolicyAsync(GetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getRepositoryPolicyAsync(GetRepositoryPolicyRequest, AsyncHandler<GetRepositoryPolicyRequest, GetRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetRepositoryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
GetRepositoryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
 
GetRepositoryPolicyResult - Class in com.amazonaws.services.ecr.model
 
GetRepositoryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
 
getRepositoryUri() - Method in class com.amazonaws.services.ecr.model.Repository
The URI for the repository.
getResourceArn() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
getResourceArn() - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The Amazon Resource Name (ARN) of the the resource to which to add tags.
getResourceArn() - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to remove tags.
getStatus() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
getStatus() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
getSummary() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The list of images that is returned as a result of the action.
getTagKeys() - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The keys of the tags to be removed.
getTags() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest

getTags() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
getTags() - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The tags to add to the resource.
getTagStatus() - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
The tag status with which to filter your DescribeImages results.
getTagStatus() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
The tag status of the image.
getTagStatus() - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
The tag status with which to filter your ListImages results.
getType() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
getUploadId() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
getUploadId() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The upload ID associated with the layer.
getUploadId() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The upload ID for the layer upload.
getUploadId() - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The upload ID associated with the exception.
getUploadId() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
getUploadId() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The upload ID associated with the request.
getValue() - Method in class com.amazonaws.services.ecr.model.Tag
The optional part of a key-value pair that make up a tag.

H

hashCode() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Image
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageDetail
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageFailure
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
 
hashCode() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Layer
 
hashCode() - Method in class com.amazonaws.services.ecr.model.LayerFailure
 
hashCode() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
 
hashCode() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
 
hashCode() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ListImagesResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutImageResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Repository
 
hashCode() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Tag
 
hashCode() - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
 

I

Image - Class in com.amazonaws.services.ecr.model
An object representing an Amazon ECR image.
Image() - Constructor for class com.amazonaws.services.ecr.model.Image
 
ImageActionType - Enum in com.amazonaws.services.ecr.model
 
ImageAlreadyExistsException - Exception in com.amazonaws.services.ecr.model
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.
ImageAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.ecr.model.ImageAlreadyExistsException
Constructs a new ImageAlreadyExistsException with the specified error message.
ImageDetail - Class in com.amazonaws.services.ecr.model
An object that describes an image returned by a DescribeImages operation.
ImageDetail() - Constructor for class com.amazonaws.services.ecr.model.ImageDetail
 
ImageFailure - Class in com.amazonaws.services.ecr.model
An object representing an Amazon ECR image failure.
ImageFailure() - Constructor for class com.amazonaws.services.ecr.model.ImageFailure
 
ImageFailureCode - Enum in com.amazonaws.services.ecr.model
 
ImageIdentifier - Class in com.amazonaws.services.ecr.model
An object with identifying information for an Amazon ECR image.
ImageIdentifier() - Constructor for class com.amazonaws.services.ecr.model.ImageIdentifier
 
ImageNotFoundException - Exception in com.amazonaws.services.ecr.model
The image requested does not exist in the specified repository.
ImageNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.ImageNotFoundException
Constructs a new ImageNotFoundException with the specified error message.
initiateLayerUpload(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
initiateLayerUpload(InitiateLayerUploadRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Notify Amazon ECR that you intend to upload an image layer.
initiateLayerUpload(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Notify Amazon ECR that you intend to upload an image layer.
initiateLayerUploadAsync(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
initiateLayerUploadAsync(InitiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
initiateLayerUploadAsync(InitiateLayerUploadRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Notify Amazon ECR that you intend to upload an image layer.
initiateLayerUploadAsync(InitiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Notify Amazon ECR that you intend to upload an image layer.
initiateLayerUploadAsync(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
initiateLayerUploadAsync(InitiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
InitiateLayerUploadRequest - Class in com.amazonaws.services.ecr.model
 
InitiateLayerUploadRequest() - Constructor for class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
 
InitiateLayerUploadResult - Class in com.amazonaws.services.ecr.model
 
InitiateLayerUploadResult() - Constructor for class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
 
InvalidLayerException - Exception in com.amazonaws.services.ecr.model
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
InvalidLayerException(String) - Constructor for exception com.amazonaws.services.ecr.model.InvalidLayerException
Constructs a new InvalidLayerException with the specified error message.
InvalidLayerPartException - Exception in com.amazonaws.services.ecr.model
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.
InvalidLayerPartException(String) - Constructor for exception com.amazonaws.services.ecr.model.InvalidLayerPartException
Constructs a new InvalidLayerPartException with the specified error message.
InvalidParameterException - Exception in com.amazonaws.services.ecr.model
The specified parameter is invalid.
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.ecr.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
InvalidTagParameterException - Exception in com.amazonaws.services.ecr.model
An invalid parameter has been specified.
InvalidTagParameterException(String) - Constructor for exception com.amazonaws.services.ecr.model.InvalidTagParameterException
Constructs a new InvalidTagParameterException with the specified error message.
isForce() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
If a repository contains images, forces the deletion.
isForce() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation.

L

Layer - Class in com.amazonaws.services.ecr.model
An object representing an Amazon ECR image layer.
Layer() - Constructor for class com.amazonaws.services.ecr.model.Layer
 
LayerAlreadyExistsException - Exception in com.amazonaws.services.ecr.model
The image layer already exists in the associated repository.
LayerAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.ecr.model.LayerAlreadyExistsException
Constructs a new LayerAlreadyExistsException with the specified error message.
LayerAvailability - Enum in com.amazonaws.services.ecr.model
 
LayerFailure - Class in com.amazonaws.services.ecr.model
An object representing an Amazon ECR image layer failure.
LayerFailure() - Constructor for class com.amazonaws.services.ecr.model.LayerFailure
 
LayerFailureCode - Enum in com.amazonaws.services.ecr.model
 
LayerInaccessibleException - Exception in com.amazonaws.services.ecr.model
The specified layer is not available because it is not associated with an image.
LayerInaccessibleException(String) - Constructor for exception com.amazonaws.services.ecr.model.LayerInaccessibleException
Constructs a new LayerInaccessibleException with the specified error message.
LayerPartTooSmallException - Exception in com.amazonaws.services.ecr.model
Layer parts must be at least 5 MiB in size.
LayerPartTooSmallException(String) - Constructor for exception com.amazonaws.services.ecr.model.LayerPartTooSmallException
Constructs a new LayerPartTooSmallException with the specified error message.
LayersNotFoundException - Exception in com.amazonaws.services.ecr.model
The specified layers could not be found, or the specified layer is not valid for this repository.
LayersNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.LayersNotFoundException
Constructs a new LayersNotFoundException with the specified error message.
LifecyclePolicyNotFoundException - Exception in com.amazonaws.services.ecr.model
The lifecycle policy could not be found, and no policy is set to the repository.
LifecyclePolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.LifecyclePolicyNotFoundException
Constructs a new LifecyclePolicyNotFoundException with the specified error message.
LifecyclePolicyPreviewFilter - Class in com.amazonaws.services.ecr.model
The filter for the lifecycle policy preview.
LifecyclePolicyPreviewFilter() - Constructor for class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
 
LifecyclePolicyPreviewInProgressException - Exception in com.amazonaws.services.ecr.model
The previous lifecycle policy preview request has not completed.
LifecyclePolicyPreviewInProgressException(String) - Constructor for exception com.amazonaws.services.ecr.model.LifecyclePolicyPreviewInProgressException
Constructs a new LifecyclePolicyPreviewInProgressException with the specified error message.
LifecyclePolicyPreviewNotFoundException - Exception in com.amazonaws.services.ecr.model
There is no dry run for this repository.
LifecyclePolicyPreviewNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.LifecyclePolicyPreviewNotFoundException
Constructs a new LifecyclePolicyPreviewNotFoundException with the specified error message.
LifecyclePolicyPreviewResult - Class in com.amazonaws.services.ecr.model
The result of the lifecycle policy preview.
LifecyclePolicyPreviewResult() - Constructor for class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
 
LifecyclePolicyPreviewStatus - Enum in com.amazonaws.services.ecr.model
 
LifecyclePolicyPreviewSummary - Class in com.amazonaws.services.ecr.model
The summary of the lifecycle policy preview request.
LifecyclePolicyPreviewSummary() - Constructor for class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
 
LifecyclePolicyRuleAction - Class in com.amazonaws.services.ecr.model
The type of action to be taken.
LifecyclePolicyRuleAction() - Constructor for class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
 
LimitExceededException - Exception in com.amazonaws.services.ecr.model
The operation did not succeed because it would have exceeded a service limit for your account.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.ecr.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listImages(ListImagesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
listImages(ListImagesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Lists all the image IDs for a given repository.
listImages(ListImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Lists all the image IDs for a given repository.
listImagesAsync(ListImagesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
listImagesAsync(ListImagesRequest, AsyncHandler<ListImagesRequest, ListImagesResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
listImagesAsync(ListImagesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Lists all the image IDs for a given repository.
listImagesAsync(ListImagesRequest, AsyncHandler<ListImagesRequest, ListImagesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Lists all the image IDs for a given repository.
listImagesAsync(ListImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
listImagesAsync(ListImagesRequest, AsyncHandler<ListImagesRequest, ListImagesResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
ListImagesFilter - Class in com.amazonaws.services.ecr.model
An object representing a filter on a ListImages operation.
ListImagesFilter() - Constructor for class com.amazonaws.services.ecr.model.ListImagesFilter
 
ListImagesRequest - Class in com.amazonaws.services.ecr.model
 
ListImagesRequest() - Constructor for class com.amazonaws.services.ecr.model.ListImagesRequest
 
ListImagesResult - Class in com.amazonaws.services.ecr.model
 
ListImagesResult() - Constructor for class com.amazonaws.services.ecr.model.ListImagesResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
List the tags for an Amazon ECR resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
List the tags for an Amazon ECR resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
List the tags for an Amazon ECR resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
List the tags for an Amazon ECR resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.ecr.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.ecr.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.ecr.model.ListTagsForResourceResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Image
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageFailure
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Layer
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.LayerFailure
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Repository
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Tag
 

P

putImage(PutImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putImage(PutImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates the image manifest and tags associated with an image.
putImage(PutImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates the image manifest and tags associated with an image.
putImageAsync(PutImageRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageAsync(PutImageRequest, AsyncHandler<PutImageRequest, PutImageResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageAsync(PutImageRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the image manifest and tags associated with an image.
putImageAsync(PutImageRequest, AsyncHandler<PutImageRequest, PutImageResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the image manifest and tags associated with an image.
putImageAsync(PutImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putImageAsync(PutImageRequest, AsyncHandler<PutImageRequest, PutImageResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutImageRequest - Class in com.amazonaws.services.ecr.model
 
PutImageRequest() - Constructor for class com.amazonaws.services.ecr.model.PutImageRequest
 
PutImageResult - Class in com.amazonaws.services.ecr.model
 
PutImageResult() - Constructor for class com.amazonaws.services.ecr.model.PutImageResult
 
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates a lifecycle policy.
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates a lifecycle policy.
putLifecyclePolicyAsync(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putLifecyclePolicyAsync(PutLifecyclePolicyRequest, AsyncHandler<PutLifecyclePolicyRequest, PutLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putLifecyclePolicyAsync(PutLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates a lifecycle policy.
putLifecyclePolicyAsync(PutLifecyclePolicyRequest, AsyncHandler<PutLifecyclePolicyRequest, PutLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates a lifecycle policy.
putLifecyclePolicyAsync(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putLifecyclePolicyAsync(PutLifecyclePolicyRequest, AsyncHandler<PutLifecyclePolicyRequest, PutLifecyclePolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutLifecyclePolicyRequest - Class in com.amazonaws.services.ecr.model
 
PutLifecyclePolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
 
PutLifecyclePolicyResult - Class in com.amazonaws.services.ecr.model
 
PutLifecyclePolicyResult() - Constructor for class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
 

R

Repository - Class in com.amazonaws.services.ecr.model
An object representing a repository.
Repository() - Constructor for class com.amazonaws.services.ecr.model.Repository
 
RepositoryAlreadyExistsException - Exception in com.amazonaws.services.ecr.model
The specified repository already exists in the specified registry.
RepositoryAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.ecr.model.RepositoryAlreadyExistsException
Constructs a new RepositoryAlreadyExistsException with the specified error message.
RepositoryNotEmptyException - Exception in com.amazonaws.services.ecr.model
The specified repository contains images.
RepositoryNotEmptyException(String) - Constructor for exception com.amazonaws.services.ecr.model.RepositoryNotEmptyException
Constructs a new RepositoryNotEmptyException with the specified error message.
RepositoryNotFoundException - Exception in com.amazonaws.services.ecr.model
The specified repository could not be found.
RepositoryNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.RepositoryNotFoundException
Constructs a new RepositoryNotFoundException with the specified error message.
RepositoryPolicyNotFoundException - Exception in com.amazonaws.services.ecr.model
The specified repository and registry combination does not have an associated repository policy.
RepositoryPolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.RepositoryPolicyNotFoundException
Constructs a new RepositoryPolicyNotFoundException with the specified error message.

S

ServerException - Exception in com.amazonaws.services.ecr.model
These errors are usually caused by a server-side issue.
ServerException(String) - Constructor for exception com.amazonaws.services.ecr.model.ServerException
Constructs a new ServerException with the specified error message.
setAcceptedMediaTypes(Collection<String>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The accepted media types for the request.
setAction(LifecyclePolicyRuleAction) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The type of action to be taken.
setAppliedRulePriority(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
setAuthorizationData(Collection<AuthorizationData>) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
A list of authorization token data objects that correspond to the registryIds values in the request.
setAuthorizationToken(String) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
A base64-encoded string that contains authorization data for the specified Amazon ECR registry.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
setDownloadUrl(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The pre-signed Amazon S3 download URL for the requested layer.
setEndpoint(String) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
setEndpoint(String) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setExpiresAt(Date) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The Unix time in seconds and milliseconds when the authorization token expires.
setExpiringImageTotalCount(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
The number of expiring images.
setFailureCode(String) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The code associated with the failure.
setFailureCode(ImageFailureCode) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The code associated with the failure.
setFailureCode(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
setFailureCode(LayerFailureCode) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
setFailureReason(String) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The reason for the failure.
setFailureReason(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The reason for the failure.
setFailures(Collection<LayerFailure>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
Any failures associated with the call.
setFailures(Collection<ImageFailure>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
Any failures associated with the call.
setFailures(Collection<ImageFailure>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
Any failures associated with the call.
setFilter(DescribeImagesFilter) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The filter key and value with which to filter your DescribeImages results.
setFilter(LifecyclePolicyPreviewFilter) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
An optional parameter that filters results based on image tag status and all tags, if tagged.
setFilter(ListImagesFilter) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The filter key and value with which to filter your ListImages results.
setForce(Boolean) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
If a repository contains images, forces the deletion.
setForce(Boolean) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation.
setImage(Image) - Method in class com.amazonaws.services.ecr.model.PutImageResult
Details of the image uploaded.
setImageDetails(Collection<ImageDetail>) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
A list of ImageDetail objects that contain data about the image.
setImageDigest(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The sha256 digest of the image manifest.
setImageDigest(String) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The sha256 digest of the image manifest.
setImageDigest(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The sha256 digest of the image manifest.
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.Image
An object containing the image tag and image digest associated with an image.
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The image ID associated with the failure.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
A list of image ID references that correspond to images to delete.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
The image IDs of the deleted images.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
A list of image ID references that correspond to images to describe.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The list of image IDs for the requested repository.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The list of imageIDs to be included.
setImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The list of image IDs for the requested repository.
setImageManifest(String) - Method in class com.amazonaws.services.ecr.model.Image
The image manifest associated with the image.
setImageManifest(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image manifest corresponding to the image to be uploaded.
setImagePushedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
setImagePushedAt(Date) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
setImages(Collection<Image>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
A list of image objects corresponding to the image references in the request.
setImageSizeInBytes(Long) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The size, in bytes, of the image in the repository.
setImageTag(String) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The tag used for the image.
setImageTag(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The tag to associate with the image.
setImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The list of tags associated with this image.
setImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The list of tags associated with this image.
setKey(String) - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
setLastByteReceived(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The integer value of the last byte received in the request.
setLastEvaluatedAt(Date) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
setLastEvaluatedAt(Date) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
setLastValidByteReceived(Long) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The last valid byte received from the layer part upload that is associated with the exception.
setLayerAvailability(String) - Method in class com.amazonaws.services.ecr.model.Layer
The availability status of the image layer.
setLayerAvailability(LayerAvailability) - Method in class com.amazonaws.services.ecr.model.Layer
The availability status of the image layer.
setLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The sha256 digest of the image layer.
setLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The digest of the image layer to download.
setLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The digest of the image layer to download.
setLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.Layer
The sha256 digest of the image layer.
setLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The layer digest associated with the failure.
setLayerDigests(Collection<String>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The digests of the image layers to check.
setLayerDigests(Collection<String>) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The sha256 digest of the image layer.
setLayerPartBlob(ByteBuffer) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The base64-encoded layer part payload.
setLayers(Collection<Layer>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
A list of image layer objects corresponding to the image layer references in the request.
setLayerSize(Long) - Method in class com.amazonaws.services.ecr.model.Layer
The size, in bytes, of the image layer.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The JSON lifecycle policy text.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The JSON lifecycle policy text.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The JSON lifecycle policy text.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The JSON repository policy text to apply to the repository.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The JSON repository policy text.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The policy to be evaluated against.
setLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The JSON repository policy text.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The maximum number of repository results returned by DescribeImages in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The maximum number of repository results returned by DescribeRepositories in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The maximum number of image results returned by ListImages in paginated output.
setMediaType(String) - Method in class com.amazonaws.services.ecr.model.Layer
The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
The nextToken value to include in a future DescribeImages request.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
The nextToken value to include in a future DescribeRepositories request.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The nextToken value to include in a future GetLifecyclePolicyPreview request.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The nextToken value to include in a future ListImages request.
setPartFirstByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the first byte of the layer part.
setPartLastByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the last byte of the layer part.
setPartSize(Long) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The JSON repository policy that was deleted from the repository.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The JSON repository policy text associated with the repository.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The JSON repository policy text to apply to the repository.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The JSON repository policy text applied to the repository.
setPreviewResults(Collection<LifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The results of the lifecycle policy preview request.
setProxyEndpoint(String) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The registry URL to use for this authorization token in a docker login command.
setRegion(Region) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
setRegion(Region) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The AWS account ID associated with the registry that contains the image layers to check.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The AWS account ID associated with the registry that contains the image to delete.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The AWS account ID associated with the registry that contains the images to describe.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The AWS account ID associated with the registry to which to upload layers.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository policy to delete.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The AWS account ID associated with the registry that contains the repository to delete.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The AWS account ID associated with the registry that contains the repository in which to describe images.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The AWS account ID associated with the registry that contains the repositories to be described.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The AWS account ID associated with the registry that contains the image layer to download.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Image
The AWS account ID associated with the registry containing the image.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The AWS account ID associated with the registry to which this image belongs.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The AWS account ID associated with the registry to which you intend to upload layers.
setRegistryId(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The registry ID associated with the exception.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The AWS account ID associated with the registry that contains the repository in which to list images.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The AWS account ID associated with the registry that contains the repository in which to put the image.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Repository
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The AWS account ID associated with the registry to which you are uploading layer parts.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The registry ID associated with the request.
setRegistryIds(Collection<String>) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
setRepositories(Collection<Repository>) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
A list of repository objects corresponding to valid repositories.
setRepository(Repository) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
The repository that was created.
setRepository(Repository) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
The repository that was deleted.
setRepositoryArn(String) - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Resource Name (ARN) that identifies the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The name of the repository that is associated with the image layers to check.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The repository that contains the image to delete.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The repository that contains the images to describe.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The name of the repository to associate with the image layer.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The name to use for the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The name of the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The name of the repository that is associated with the repository policy to delete.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The name of the repository to delete.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
A list of repositories to describe.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The name of the repository that is associated with the image layer to download.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The name of the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The name of the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The name of the repository with the policy to retrieve.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.Image
The name of the repository associated with the image.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The name of the repository to which this image belongs.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The name of the repository to which you intend to upload layers.
setRepositoryName(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The repository name associated with the exception.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The repository with image IDs to be listed.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The name of the repository in which to put the image.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The name of the repository to receive the policy.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.Repository
The name of the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The name of the repository to receive the policy.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The name of the repository to be evaluated.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The name of the repository to which you are uploading layer parts.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The repository name associated with the request.
setRepositoryNames(Collection<String>) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
A list of repositories to describe.
setRepositoryPolicy(SetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
setRepositoryPolicy(SetRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Applies a repository policy on a specified repository to control access permissions.
setRepositoryPolicy(SetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Applies a repository policy on a specified repository to control access permissions.
setRepositoryPolicyAsync(SetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
setRepositoryPolicyAsync(SetRepositoryPolicyRequest, AsyncHandler<SetRepositoryPolicyRequest, SetRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
setRepositoryPolicyAsync(SetRepositoryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Applies a repository policy on a specified repository to control access permissions.
setRepositoryPolicyAsync(SetRepositoryPolicyRequest, AsyncHandler<SetRepositoryPolicyRequest, SetRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Applies a repository policy on a specified repository to control access permissions.
setRepositoryPolicyAsync(SetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
setRepositoryPolicyAsync(SetRepositoryPolicyRequest, AsyncHandler<SetRepositoryPolicyRequest, SetRepositoryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
SetRepositoryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
SetRepositoryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
 
SetRepositoryPolicyResult - Class in com.amazonaws.services.ecr.model
 
SetRepositoryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
 
setRepositoryUri(String) - Method in class com.amazonaws.services.ecr.model.Repository
The URI for the repository.
setResourceArn(String) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
setResourceArn(String) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The Amazon Resource Name (ARN) of the the resource to which to add tags.
setResourceArn(String) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to remove tags.
setStatus(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
setStatus(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
setSummary(LifecyclePolicyPreviewSummary) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The list of images that is returned as a result of the action.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The keys of the tags to be removed.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest

setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The tags to add to the resource.
setTagStatus(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
The tag status with which to filter your DescribeImages results.
setTagStatus(TagStatus) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
The tag status with which to filter your DescribeImages results.
setTagStatus(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
The tag status of the image.
setTagStatus(String) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
The tag status with which to filter your ListImages results.
setTagStatus(TagStatus) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
The tag status with which to filter your ListImages results.
setType(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
setUploadId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
setUploadId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The upload ID associated with the layer.
setUploadId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The upload ID for the layer upload.
setUploadId(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The upload ID associated with the exception.
setUploadId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
setUploadId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The upload ID associated with the request.
setValue(String) - Method in class com.amazonaws.services.ecr.model.Tag
The optional part of a key-value pair that make up a tag.
shutdown() - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
shutdown() - Method in interface com.amazonaws.services.ecr.AmazonECR
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.ecr.AmazonECRAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ecr.AmazonECRClientBuilder
 
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Starts a preview of the specified lifecycle policy.
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Starts a preview of the specified lifecycle policy.
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest, AsyncHandler<StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Starts a preview of the specified lifecycle policy.
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest, AsyncHandler<StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Starts a preview of the specified lifecycle policy.
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest, AsyncHandler<StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
StartLifecyclePolicyPreviewRequest - Class in com.amazonaws.services.ecr.model
 
StartLifecyclePolicyPreviewRequest() - Constructor for class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
 
StartLifecyclePolicyPreviewResult - Class in com.amazonaws.services.ecr.model
 
StartLifecyclePolicyPreviewResult() - Constructor for class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
 

T

Tag - Class in com.amazonaws.services.ecr.model
The metadata that you apply to a resource to help you categorize and organize them.
Tag() - Constructor for class com.amazonaws.services.ecr.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Adds specified tags to a resource with the specified ARN.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Adds specified tags to a resource with the specified ARN.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Adds specified tags to a resource with the specified ARN.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Adds specified tags to a resource with the specified ARN.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.ecr.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.ecr.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.ecr.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.ecr.model.TagResourceResult
 
TagStatus - Enum in com.amazonaws.services.ecr.model
 
TooManyTagsException - Exception in com.amazonaws.services.ecr.model
The list of tags on the repository is over the limit.
TooManyTagsException(String) - Constructor for exception com.amazonaws.services.ecr.model.TooManyTagsException
Constructs a new TooManyTagsException with the specified error message.
toString() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Image
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ImageActionType
 
toString() - Method in class com.amazonaws.services.ecr.model.ImageDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageFailure
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ImageFailureCode
 
toString() - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Layer
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.LayerAvailability
 
toString() - Method in class com.amazonaws.services.ecr.model.LayerFailure
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.LayerFailureCode
 
toString() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.LifecyclePolicyPreviewStatus
 
toString() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ListImagesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutImageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Repository
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.TagStatus
 
toString() - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
Returns a string representation of this object.

U

untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes specified tags from a resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.ecr.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.ecr.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.ecr.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.ecr.model.UntagResourceResult
 
uploadLayerPart(UploadLayerPartRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
uploadLayerPart(UploadLayerPartRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Uploads an image layer part to Amazon ECR.
uploadLayerPart(UploadLayerPartRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Uploads an image layer part to Amazon ECR.
uploadLayerPartAsync(UploadLayerPartRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
uploadLayerPartAsync(UploadLayerPartRequest, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
uploadLayerPartAsync(UploadLayerPartRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Uploads an image layer part to Amazon ECR.
uploadLayerPartAsync(UploadLayerPartRequest, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Uploads an image layer part to Amazon ECR.
uploadLayerPartAsync(UploadLayerPartRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
uploadLayerPartAsync(UploadLayerPartRequest, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
UploadLayerPartRequest - Class in com.amazonaws.services.ecr.model
 
UploadLayerPartRequest() - Constructor for class com.amazonaws.services.ecr.model.UploadLayerPartRequest
 
UploadLayerPartResult - Class in com.amazonaws.services.ecr.model
 
UploadLayerPartResult() - Constructor for class com.amazonaws.services.ecr.model.UploadLayerPartResult
 
UploadNotFoundException - Exception in com.amazonaws.services.ecr.model
The upload could not be found, or the specified upload id is not valid for this repository.
UploadNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.UploadNotFoundException
Constructs a new UploadNotFoundException with the specified error message.

V

valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ImageActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ImageFailureCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.LayerAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.LayerFailureCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.LifecyclePolicyPreviewStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.TagStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.ecr.model.ImageActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecr.model.ImageFailureCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecr.model.LayerAvailability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecr.model.LayerFailureCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecr.model.LifecyclePolicyPreviewStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecr.model.TagStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAcceptedMediaTypes(String...) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The accepted media types for the request.
withAcceptedMediaTypes(Collection<String>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The accepted media types for the request.
withAction(LifecyclePolicyRuleAction) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The type of action to be taken.
withAppliedRulePriority(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
withAuthorizationData(AuthorizationData...) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
A list of authorization token data objects that correspond to the registryIds values in the request.
withAuthorizationData(Collection<AuthorizationData>) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
A list of authorization token data objects that correspond to the registryIds values in the request.
withAuthorizationToken(String) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
A base64-encoded string that contains authorization data for the specified Amazon ECR registry.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
withDownloadUrl(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The pre-signed Amazon S3 download URL for the requested layer.
withExpiresAt(Date) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The Unix time in seconds and milliseconds when the authorization token expires.
withExpiringImageTotalCount(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewSummary
The number of expiring images.
withFailureCode(String) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The code associated with the failure.
withFailureCode(ImageFailureCode) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The code associated with the failure.
withFailureCode(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
withFailureCode(LayerFailureCode) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
withFailureReason(String) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The reason for the failure.
withFailureReason(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The reason for the failure.
withFailures(LayerFailure...) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
Any failures associated with the call.
withFailures(Collection<LayerFailure>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
Any failures associated with the call.
withFailures(ImageFailure...) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
Any failures associated with the call.
withFailures(Collection<ImageFailure>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
Any failures associated with the call.
withFailures(ImageFailure...) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
Any failures associated with the call.
withFailures(Collection<ImageFailure>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
Any failures associated with the call.
withFilter(DescribeImagesFilter) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The filter key and value with which to filter your DescribeImages results.
withFilter(LifecyclePolicyPreviewFilter) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
An optional parameter that filters results based on image tag status and all tags, if tagged.
withFilter(ListImagesFilter) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The filter key and value with which to filter your ListImages results.
withForce(Boolean) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
If a repository contains images, forces the deletion.
withForce(Boolean) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation.
withImage(Image) - Method in class com.amazonaws.services.ecr.model.PutImageResult
Details of the image uploaded.
withImageDetails(ImageDetail...) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
A list of ImageDetail objects that contain data about the image.
withImageDetails(Collection<ImageDetail>) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
A list of ImageDetail objects that contain data about the image.
withImageDigest(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The sha256 digest of the image manifest.
withImageDigest(String) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The sha256 digest of the image manifest.
withImageDigest(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The sha256 digest of the image manifest.
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.Image
An object containing the image tag and image digest associated with an image.
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.ImageFailure
The image ID associated with the failure.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
A list of image ID references that correspond to images to delete.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
A list of image ID references that correspond to images to delete.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
The image IDs of the deleted images.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageResult
The image IDs of the deleted images.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
A list of image ID references that correspond to images to describe.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
A list of image ID references that correspond to images to describe.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The list of image IDs for the requested repository.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The list of image IDs for the requested repository.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The list of imageIDs to be included.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The list of imageIDs to be included.
withImageIds(ImageIdentifier...) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The list of image IDs for the requested repository.
withImageIds(Collection<ImageIdentifier>) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The list of image IDs for the requested repository.
withImageManifest(String) - Method in class com.amazonaws.services.ecr.model.Image
The image manifest associated with the image.
withImageManifest(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image manifest corresponding to the image to be uploaded.
withImagePushedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
withImagePushedAt(Date) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
withImages(Image...) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
A list of image objects corresponding to the image references in the request.
withImages(Collection<Image>) - Method in class com.amazonaws.services.ecr.model.BatchGetImageResult
A list of image objects corresponding to the image references in the request.
withImageSizeInBytes(Long) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The size, in bytes, of the image in the repository.
withImageTag(String) - Method in class com.amazonaws.services.ecr.model.ImageIdentifier
The tag used for the image.
withImageTag(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The tag to associate with the image.
withImageTags(String...) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The list of tags associated with this image.
withImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The list of tags associated with this image.
withImageTags(String...) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The list of tags associated with this image.
withImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The list of tags associated with this image.
withKey(String) - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
withLastByteReceived(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The integer value of the last byte received in the request.
withLastEvaluatedAt(Date) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
withLastEvaluatedAt(Date) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The time stamp of the last time that the lifecycle policy was run.
withLastValidByteReceived(Long) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The last valid byte received from the layer part upload that is associated with the exception.
withLayerAvailability(String) - Method in class com.amazonaws.services.ecr.model.Layer
The availability status of the image layer.
withLayerAvailability(LayerAvailability) - Method in class com.amazonaws.services.ecr.model.Layer
The availability status of the image layer.
withLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The sha256 digest of the image layer.
withLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The digest of the image layer to download.
withLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The digest of the image layer to download.
withLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.Layer
The sha256 digest of the image layer.
withLayerDigest(String) - Method in class com.amazonaws.services.ecr.model.LayerFailure
The layer digest associated with the failure.
withLayerDigests(String...) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The digests of the image layers to check.
withLayerDigests(Collection<String>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The digests of the image layers to check.
withLayerDigests(String...) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The sha256 digest of the image layer.
withLayerDigests(Collection<String>) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The sha256 digest of the image layer.
withLayerPartBlob(ByteBuffer) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The base64-encoded layer part payload.
withLayers(Layer...) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
A list of image layer objects corresponding to the image layer references in the request.
withLayers(Collection<Layer>) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityResult
A list of image layer objects corresponding to the image layer references in the request.
withLayerSize(Long) - Method in class com.amazonaws.services.ecr.model.Layer
The size, in bytes, of the image layer.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The JSON lifecycle policy text.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The JSON lifecycle policy text.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The JSON lifecycle policy text.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The JSON repository policy text to apply to the repository.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The JSON repository policy text.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The policy to be evaluated against.
withLifecyclePolicyText(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The JSON repository policy text.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The maximum number of repository results returned by DescribeImages in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The maximum number of repository results returned by DescribeRepositories in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The maximum number of repository results returned by GetLifecyclePolicyPreviewRequest in
 paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The maximum number of image results returned by ListImages in paginated output.
withMediaType(String) - Method in class com.amazonaws.services.ecr.model.Layer
The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesResult
The nextToken value to include in a future DescribeImages request.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
The nextToken value to include in a future DescribeRepositories request.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The nextToken value returned from a previous paginated
 GetLifecyclePolicyPreviewRequest request where maxResults was used and the
 results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The nextToken value to include in a future GetLifecyclePolicyPreview request.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The nextToken value returned from a previous paginated ListImages request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.ListImagesResult
The nextToken value to include in a future ListImages request.
withPartFirstByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the first byte of the layer part.
withPartLastByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The integer value of the last byte of the layer part.
withPartSize(Long) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The JSON repository policy that was deleted from the repository.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The JSON repository policy text associated with the repository.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The JSON repository policy text to apply to the repository.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The JSON repository policy text applied to the repository.
withPreviewResults(LifecyclePolicyPreviewResult...) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The results of the lifecycle policy preview request.
withPreviewResults(Collection<LifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The results of the lifecycle policy preview request.
withProxyEndpoint(String) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
The registry URL to use for this authorization token in a docker login command.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The AWS account ID associated with the registry that contains the image layers to check.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The AWS account ID associated with the registry that contains the image to delete.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The AWS account ID associated with the registry that contains the images to describe.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The AWS account ID associated with the registry to which to upload layers.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository policy to delete.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The AWS account ID associated with the registry that contains the repository to delete.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The AWS account ID associated with the registry that contains the repository in which to describe images.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The AWS account ID associated with the registry that contains the repositories to be described.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The AWS account ID associated with the registry that contains the image layer to download.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Image
The AWS account ID associated with the registry containing the image.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The AWS account ID associated with the registry to which this image belongs.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The AWS account ID associated with the registry to which you intend to upload layers.
withRegistryId(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The registry ID associated with the exception.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The AWS account ID associated with the registry that contains the repository in which to list images.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The AWS account ID associated with the registry that contains the repository in which to put the image.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Repository
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The AWS account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The AWS account ID associated with the registry to which you are uploading layer parts.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The registry ID associated with the request.
withRegistryIds(String...) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
withRegistryIds(Collection<String>) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
withRepositories(Repository...) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
A list of repository objects corresponding to valid repositories.
withRepositories(Collection<Repository>) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesResult
A list of repository objects corresponding to valid repositories.
withRepository(Repository) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryResult
The repository that was created.
withRepository(Repository) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryResult
The repository that was deleted.
withRepositoryArn(String) - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Resource Name (ARN) that identifies the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The name of the repository that is associated with the image layers to check.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The repository that contains the image to delete.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The repository that contains the images to describe.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The name of the repository to associate with the image layer.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The name to use for the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The name of the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The name of the repository that is associated with the repository policy to delete.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryRequest
The name of the repository to delete.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
A list of repositories to describe.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The name of the repository that is associated with the image layer to download.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The name of the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyRequest
The name of the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The name of the repository with the policy to retrieve.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.Image
The name of the repository associated with the image.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The name of the repository to which this image belongs.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The name of the repository to which you intend to upload layers.
withRepositoryName(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The repository name associated with the exception.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.ListImagesRequest
The repository with image IDs to be listed.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The name of the repository in which to put the image.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The name of the repository to receive the policy.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.Repository
The name of the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The name of the repository to receive the policy.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The name of the repository to be evaluated.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The name of the repository to which you are uploading layer parts.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The repository name associated with the request.
withRepositoryNames(String...) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
A list of repositories to describe.
withRepositoryNames(Collection<String>) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
A list of repositories to describe.
withRepositoryUri(String) - Method in class com.amazonaws.services.ecr.model.Repository
The URI for the repository.
withResourceArn(String) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
withResourceArn(String) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The Amazon Resource Name (ARN) of the the resource to which to add tags.
withResourceArn(String) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to remove tags.
withStatus(String) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
withStatus(LifecyclePolicyPreviewStatus) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
withStatus(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
withStatus(LifecyclePolicyPreviewStatus) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewResult
The status of the lifecycle policy preview request.
withSummary(LifecyclePolicyPreviewSummary) - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewResult
The list of images that is returned as a result of the action.
withTagKeys(String...) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The keys of the tags to be removed.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.ecr.model.UntagResourceRequest
The keys of the tags to be removed.
withTags(Tag...) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest

withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest

withTags(Tag...) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
withTags(Tag...) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The tags to add to the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.TagResourceRequest
The tags to add to the resource.
withTagStatus(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
The tag status with which to filter your DescribeImages results.
withTagStatus(TagStatus) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
The tag status with which to filter your DescribeImages results.
withTagStatus(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
The tag status of the image.
withTagStatus(TagStatus) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewFilter
The tag status of the image.
withTagStatus(String) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
The tag status with which to filter your ListImages results.
withTagStatus(TagStatus) - Method in class com.amazonaws.services.ecr.model.ListImagesFilter
The tag status with which to filter your ListImages results.
withType(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
withType(ImageActionType) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
withUploadId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
withUploadId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadResult
The upload ID associated with the layer.
withUploadId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The upload ID for the layer upload.
withUploadId(String) - Method in exception com.amazonaws.services.ecr.model.InvalidLayerPartException
The upload ID associated with the exception.
withUploadId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
withUploadId(String) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartResult
The upload ID associated with the request.
withValue(String) - Method in class com.amazonaws.services.ecr.model.Tag
The optional part of a key-value pair that make up a tag.
A B C D E F G H I L M P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.