Skip navigation links
A B C D E F G H I K 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
 
addFindingSeverityCountsEntry(String, Integer) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Add a single FindingSeverityCounts entry
addFindingSeverityCountsEntry(String, Integer) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
Add a single FindingSeverityCounts entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.ecr.model.Resource
Add a single Tags entry
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.
AmazonECRWaiters - Class in com.amazonaws.services.ecr.waiters
 
AmazonECRWaiters(AmazonECR) - Constructor for class com.amazonaws.services.ecr.waiters.AmazonECRWaiters
Constructs a new AmazonECRWaiters with the given client
apply(DescribeImageScanFindingsRequest) - Method in class com.amazonaws.services.ecr.waiters.DescribeImageScanFindingsFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.waiters.GetLifecyclePolicyPreviewFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
asyncBuilder() - Static method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
Attribute - Class in com.amazonaws.services.ecr.model
This data type is used in the ImageScanFinding data type.
Attribute() - Constructor for class com.amazonaws.services.ecr.model.Attribute
 
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
 
AwsEcrContainerImageDetails - Class in com.amazonaws.services.ecr.model
The image details of the Amazon ECR container image.
AwsEcrContainerImageDetails() - Constructor for class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
 

B

batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Checks the availability of one or more image layers in a repository.
batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Checks the availability of one or more image layers in a 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
Checks the availability of one or more image layers in a repository.
batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest, AsyncHandler<BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Checks the availability of one or more image layers in a 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 repository.
batchDeleteImage(BatchDeleteImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes a list of specified images within a 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 repository.
batchDeleteImageAsync(BatchDeleteImageRequest, AsyncHandler<BatchDeleteImageRequest, BatchDeleteImageResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a list of specified images within a 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 an image.
batchGetImage(BatchGetImageRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Gets detailed information for an image.
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 an image.
batchGetImageAsync(BatchGetImageRequest, AsyncHandler<BatchGetImageRequest, BatchGetImageResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Gets detailed information for an image.
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
 
batchGetRepositoryScanningConfiguration(BatchGetRepositoryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
batchGetRepositoryScanningConfiguration(BatchGetRepositoryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Gets the scanning configuration for one or more repositories.
batchGetRepositoryScanningConfiguration(BatchGetRepositoryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Gets the scanning configuration for one or more repositories.
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest, AsyncHandler<BatchGetRepositoryScanningConfigurationRequest, BatchGetRepositoryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Gets the scanning configuration for one or more repositories.
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest, AsyncHandler<BatchGetRepositoryScanningConfigurationRequest, BatchGetRepositoryScanningConfigurationResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Gets the scanning configuration for one or more repositories.
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
batchGetRepositoryScanningConfigurationAsync(BatchGetRepositoryScanningConfigurationRequest, AsyncHandler<BatchGetRepositoryScanningConfigurationRequest, BatchGetRepositoryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
BatchGetRepositoryScanningConfigurationRequest - Class in com.amazonaws.services.ecr.model
 
BatchGetRepositoryScanningConfigurationRequest() - Constructor for class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationRequest
 
BatchGetRepositoryScanningConfigurationResult - Class in com.amazonaws.services.ecr.model
 
BatchGetRepositoryScanningConfigurationResult() - Constructor for class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
 
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

clearFindingSeverityCountsEntries() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Removes all the entries added into FindingSeverityCounts.
clearFindingSeverityCountsEntries() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
Removes all the entries added into FindingSeverityCounts.
clearTagsEntries() - Method in class com.amazonaws.services.ecr.model.Resource
Removes all the entries added into Tags.
clone() - Method in class com.amazonaws.services.ecr.model.Attribute
 
clone() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
clone() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
 
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.BatchGetRepositoryScanningConfigurationRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
 
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.CreatePullThroughCacheRuleRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
 
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.CvssScore
 
clone() - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
 
clone() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
 
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.DeletePullThroughCacheRuleRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
 
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.DescribeImageReplicationStatusRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.DescribePullThroughCacheRulesRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
 
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.EncryptionConfiguration
 
clone() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
 
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.GetRegistryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetRegistryPolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
 
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.ImageReplicationStatus
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
 
clone() - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
 
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.PackageVulnerabilityDetails
 
clone() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
 
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.PutImageScanningConfigurationRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
 
clone() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
 
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.PutRegistryPolicyRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
 
clone() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
 
clone() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
 
clone() - Method in class com.amazonaws.services.ecr.model.Recommendation
 
clone() - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
 
clone() - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
 
clone() - Method in class com.amazonaws.services.ecr.model.Remediation
 
clone() - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
 
clone() - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
 
clone() - Method in class com.amazonaws.services.ecr.model.ReplicationRule
 
clone() - Method in class com.amazonaws.services.ecr.model.Repository
 
clone() - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
 
clone() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
 
clone() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
 
clone() - Method in class com.amazonaws.services.ecr.model.Resource
 
clone() - Method in class com.amazonaws.services.ecr.model.ResourceDetails
 
clone() - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
 
clone() - Method in class com.amazonaws.services.ecr.model.ScoreDetails
 
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.StartImageScanRequest
 
clone() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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
 
clone() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
 
com.amazonaws.services.ecr - package com.amazonaws.services.ecr
Amazon Elastic Container Registry
com.amazonaws.services.ecr.model - package com.amazonaws.services.ecr.model
 
com.amazonaws.services.ecr.waiters - package com.amazonaws.services.ecr.waiters
 
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
createPullThroughCacheRule(CreatePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
createPullThroughCacheRule(CreatePullThroughCacheRuleRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates a pull through cache rule.
createPullThroughCacheRule(CreatePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates a pull through cache rule.
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest, AsyncHandler<CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates a pull through cache rule.
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest, AsyncHandler<CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates a pull through cache rule.
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest, AsyncHandler<CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
CreatePullThroughCacheRuleRequest - Class in com.amazonaws.services.ecr.model
 
CreatePullThroughCacheRuleRequest() - Constructor for class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
 
CreatePullThroughCacheRuleResult - Class in com.amazonaws.services.ecr.model
 
CreatePullThroughCacheRuleResult() - Constructor for class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
 
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
createRepository(CreateRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates a repository.
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates a 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 a repository.
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates a 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
 
CvssScore - Class in com.amazonaws.services.ecr.model
The CVSS score for a finding.
CvssScore() - Constructor for class com.amazonaws.services.ecr.model.CvssScore
 
CvssScoreAdjustment - Class in com.amazonaws.services.ecr.model
Details on adjustments Amazon Inspector made to the CVSS score for a finding.
CvssScoreAdjustment() - Constructor for class com.amazonaws.services.ecr.model.CvssScoreAdjustment
 
CvssScoreDetails - Class in com.amazonaws.services.ecr.model
Information about the CVSS score.
CvssScoreDetails() - Constructor for class com.amazonaws.services.ecr.model.CvssScoreDetails
 

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 lifecycle policy associated with the specified repository.
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes the lifecycle policy associated with the specified repository.
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 lifecycle policy associated with the specified repository.
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest, AsyncHandler<DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the lifecycle policy associated with the specified repository.
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
 
deletePullThroughCacheRule(DeletePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deletePullThroughCacheRule(DeletePullThroughCacheRuleRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes a pull through cache rule.
deletePullThroughCacheRule(DeletePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes a pull through cache rule.
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest, AsyncHandler<DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a pull through cache rule.
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest, AsyncHandler<DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a pull through cache rule.
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deletePullThroughCacheRuleAsync(DeletePullThroughCacheRuleRequest, AsyncHandler<DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DeletePullThroughCacheRuleRequest - Class in com.amazonaws.services.ecr.model
 
DeletePullThroughCacheRuleRequest() - Constructor for class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleRequest
 
DeletePullThroughCacheRuleResult - Class in com.amazonaws.services.ecr.model
 
DeletePullThroughCacheRuleResult() - Constructor for class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
 
deleteRegistryPolicy(DeleteRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deleteRegistryPolicy(DeleteRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes the registry permissions policy.
deleteRegistryPolicy(DeleteRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes the registry permissions policy.
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest, AsyncHandler<DeleteRegistryPolicyRequest, DeleteRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the registry permissions policy.
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest, AsyncHandler<DeleteRegistryPolicyRequest, DeleteRegistryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the registry permissions policy.
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
deleteRegistryPolicyAsync(DeleteRegistryPolicyRequest, AsyncHandler<DeleteRegistryPolicyRequest, DeleteRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DeleteRegistryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
DeleteRegistryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.DeleteRegistryPolicyRequest
 
DeleteRegistryPolicyResult - Class in com.amazonaws.services.ecr.model
 
DeleteRegistryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
 
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
deleteRepository(DeleteRepositoryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Deletes a repository.
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes a 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 a repository.
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes a 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 associated with the specified repository.
deleteRepositoryPolicy(DeleteRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Deletes the repository policy associated with the 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 associated with the specified repository.
deleteRepositoryPolicyAsync(DeleteRepositoryPolicyRequest, AsyncHandler<DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Deletes the repository policy associated with the 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
 
describeImageReplicationStatus(DescribeImageReplicationStatusRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describeImageReplicationStatus(DescribeImageReplicationStatusRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Returns the replication status for a specified image.
describeImageReplicationStatus(DescribeImageReplicationStatusRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns the replication status for a specified image.
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest, AsyncHandler<DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the replication status for a specified image.
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest, AsyncHandler<DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the replication status for a specified image.
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeImageReplicationStatusAsync(DescribeImageReplicationStatusRequest, AsyncHandler<DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribeImageReplicationStatusRequest - Class in com.amazonaws.services.ecr.model
 
DescribeImageReplicationStatusRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
 
DescribeImageReplicationStatusResult - Class in com.amazonaws.services.ecr.model
 
DescribeImageReplicationStatusResult() - Constructor for class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
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.
describeImages(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns metadata about the images in a repository.
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.
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns metadata about the images in a repository.
describeImagesAsync(DescribeImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeImageScanFindings(DescribeImageScanFindingsRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describeImageScanFindings(DescribeImageScanFindingsRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Returns the scan findings for the specified image.
describeImageScanFindings(DescribeImageScanFindingsRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns the scan findings for the specified image.
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest, AsyncHandler<DescribeImageScanFindingsRequest, DescribeImageScanFindingsResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the scan findings for the specified image.
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest, AsyncHandler<DescribeImageScanFindingsRequest, DescribeImageScanFindingsResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the scan findings for the specified image.
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeImageScanFindingsAsync(DescribeImageScanFindingsRequest, AsyncHandler<DescribeImageScanFindingsRequest, DescribeImageScanFindingsResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribeImageScanFindingsFunction - Class in com.amazonaws.services.ecr.waiters
 
DescribeImageScanFindingsFunction(AmazonECR) - Constructor for class com.amazonaws.services.ecr.waiters.DescribeImageScanFindingsFunction
Constructs a new DescribeImageScanFindingsFunction with the given client
DescribeImageScanFindingsRequest - Class in com.amazonaws.services.ecr.model
 
DescribeImageScanFindingsRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
DescribeImageScanFindingsResult - Class in com.amazonaws.services.ecr.model
 
DescribeImageScanFindingsResult() - Constructor for class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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
 
describePullThroughCacheRules(DescribePullThroughCacheRulesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describePullThroughCacheRules(DescribePullThroughCacheRulesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Returns the pull through cache rules for a registry.
describePullThroughCacheRules(DescribePullThroughCacheRulesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Returns the pull through cache rules for a registry.
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest, AsyncHandler<DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the pull through cache rules for a registry.
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest, AsyncHandler<DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Returns the pull through cache rules for a registry.
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describePullThroughCacheRulesAsync(DescribePullThroughCacheRulesRequest, AsyncHandler<DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribePullThroughCacheRulesRequest - Class in com.amazonaws.services.ecr.model
 
DescribePullThroughCacheRulesRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
 
DescribePullThroughCacheRulesResult - Class in com.amazonaws.services.ecr.model
 
DescribePullThroughCacheRulesResult() - Constructor for class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
 
describeRegistry(DescribeRegistryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
describeRegistry(DescribeRegistryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Describes the settings for a registry.
describeRegistry(DescribeRegistryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Describes the settings for a registry.
describeRegistryAsync(DescribeRegistryRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeRegistryAsync(DescribeRegistryRequest, AsyncHandler<DescribeRegistryRequest, DescribeRegistryResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
describeRegistryAsync(DescribeRegistryRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Describes the settings for a registry.
describeRegistryAsync(DescribeRegistryRequest, AsyncHandler<DescribeRegistryRequest, DescribeRegistryResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Describes the settings for a registry.
describeRegistryAsync(DescribeRegistryRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
describeRegistryAsync(DescribeRegistryRequest, AsyncHandler<DescribeRegistryRequest, DescribeRegistryResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
DescribeRegistryRequest - Class in com.amazonaws.services.ecr.model
 
DescribeRegistryRequest() - Constructor for class com.amazonaws.services.ecr.model.DescribeRegistryRequest
 
DescribeRegistryResult - Class in com.amazonaws.services.ecr.model
 
DescribeRegistryResult() - Constructor for class com.amazonaws.services.ecr.model.DescribeRegistryResult
 
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.
EncryptionConfiguration - Class in com.amazonaws.services.ecr.model
The encryption configuration for the repository.
EncryptionConfiguration() - Constructor for class com.amazonaws.services.ecr.model.EncryptionConfiguration
 
EncryptionType - Enum in com.amazonaws.services.ecr.model
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ecr.AmazonECR
The region metadata service name for computing region endpoints.
EnhancedImageScanFinding - Class in com.amazonaws.services.ecr.model
The details of an enhanced image scan.
EnhancedImageScanFinding() - Constructor for class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Attribute
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
 
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.BatchGetRepositoryScanningConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
 
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.CreatePullThroughCacheRuleRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
 
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.CvssScore
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
 
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.DeletePullThroughCacheRuleRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
 
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.DescribeImageReplicationStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.DescribePullThroughCacheRulesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
 
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.EncryptionConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
 
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.GetRegistryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetRegistryPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
 
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.ImageReplicationStatus
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
 
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.PackageVulnerabilityDetails
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
 
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.PutImageScanningConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
 
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.PutRegistryPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Recommendation
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Remediation
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Repository
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.Resource
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ResourceDetails
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.ScoreDetails
 
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.StartImageScanRequest
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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
 
equals(Object) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
 

F

FindingSeverity - Enum in com.amazonaws.services.ecr.model
 
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.EncryptionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.FindingSeverity
Use this in place of valueOf.
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.ImageTagMutability
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.ReplicationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.RepositoryFilterType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ScanFrequency
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ScanningConfigurationFailureCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ScanningRepositoryFilterType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ScanStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecr.model.ScanType
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.
getAdjustments() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
getAppliedRulePriority() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
getAppliedScanFilters() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan filters applied to the repository.
getArch() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The architecture of the vulnerable package.
getArchitecture() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The architecture of the Amazon ECR container image.
getArtifactMediaType() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The artifact media type of the image.
getAttributes() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A collection of attributes of the host from which the finding is generated.
getAuthor() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image author of the Amazon ECR container image.
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 an authorization token.
getAuthorizationToken(GetAuthorizationTokenRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves an authorization token.
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 an authorization token.
getAuthorizationTokenAsync(GetAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves an authorization token.
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
 
getAwsAccountId() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Web Services account ID associated with the image.
getAwsEcrContainerImage() - Method in class com.amazonaws.services.ecr.model.ResourceDetails
An object that contains details about the Amazon ECR container image involved in the finding.
getBaseScore() - Method in class com.amazonaws.services.ecr.model.CvssScore
The base CVSS score used for the finding.
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.CreatePullThroughCacheRuleResult
The date and time, in JavaScript date format, when the pull through cache rule was created.
getCreatedAt() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The timestamp associated with the pull through cache rule.
getCreatedAt() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The date and time the pull through cache was created.
getCreatedAt() - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
getCvss() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
An object that contains details about the CVSS score of a finding.
getCvss() - Method in class com.amazonaws.services.ecr.model.ScoreDetails
An object that contains details about the CVSS score given to a finding.
getDescription() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The description of the finding.
getDescription() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The description of the finding.
getDescription() - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The description of the image scan status.
getDestinations() - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the destination for a replication rule.
getDetails() - Method in class com.amazonaws.services.ecr.model.Resource
An object that contains details about the resource involved in a finding.
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
 
getEcrRepositoryPrefix() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The repository name prefix to use when caching images from the source registry.
getEcrRepositoryPrefix() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the pull through cache rule.
getEcrRepositoryPrefix() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleRequest
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
getEcrRepositoryPrefix() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the request.
getEcrRepositoryPrefix() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The Amazon ECR repository prefix associated with the pull through cache rule.
getEcrRepositoryPrefixes() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
The Amazon ECR repository prefixes associated with the pull through cache rules to return.
getEncryptionConfiguration() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The encryption configuration for the repository.
getEncryptionConfiguration() - Method in class com.amazonaws.services.ecr.model.Repository
The encryption configuration for the repository.
getEncryptionType() - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
The encryption type to use.
getEnhancedFindings() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Details about the enhanced scan findings from Amazon Inspector.
getEpoch() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The epoch of the vulnerable package.
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.ImageReplicationStatus
The failure code for a replication that has failed.
getFailureCode() - Method in class com.amazonaws.services.ecr.model.LayerFailure
The failure code associated with the failure.
getFailureCode() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
The failure code.
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.
getFailureReason() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.
getFailures() - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
Any failures associated with the call.
getFilePath() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The file path of the vulnerable package.
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.
getFilter() - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter details.
getFilter() - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The filter to use when scanning.
getFilterType() - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter type.
getFilterType() - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The type associated with the filter.
getFindingArn() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Resource Number (ARN) of the finding.
getFindings() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The findings from the image scan.
getFindingSeverityCounts() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The image vulnerability counts, sorted by severity.
getFindingSeverityCounts() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The image vulnerability counts, sorted by severity.
getFirstObservedAt() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was first observed.
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.
getId() - Method in class com.amazonaws.services.ecr.model.Resource
The ID of the resource.
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.
getImageDigest() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image digest of the image manifest corresponding to the image.
getImageHash() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image hash of the Amazon ECR container image.
getImageId() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
 
getImageId() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
getImageId() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
getImageId() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.
getImageId() - Method in class com.amazonaws.services.ecr.model.StartImageScanRequest
 
getImageId() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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.
getImageManifestMediaType() - Method in class com.amazonaws.services.ecr.model.Image
The manifest media type of the image.
getImageManifestMediaType() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The media type of the image manifest.
getImageManifestMediaType() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The media type of the image manifest.
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.
getImageScanCompletedAt() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time of the last completed image scan.
getImageScanCompletedAt() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time of the last completed image scan.
getImageScanFindings() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The information contained in the image scan findings.
getImageScanFindingsSummary() - Method in class com.amazonaws.services.ecr.model.ImageDetail
A summary of the last completed image scan.
getImageScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The image scanning configuration for the repository.
getImageScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationRequest
The image scanning configuration for the repository.
getImageScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The image scanning configuration setting for the repository.
getImageScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.Repository
 
getImageScanStatus() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The current state of the scan.
getImageScanStatus() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The current state of the scan.
getImageScanStatus() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The current state of the scan.
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.
getImageTagMutability() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The tag mutability setting for the repository.
getImageTagMutability() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The tag mutability setting for the repository.
getImageTagMutability() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The image tag mutability setting for the repository.
getImageTagMutability() - Method in class com.amazonaws.services.ecr.model.Repository
The tag mutability setting for the repository.
getImageTags() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image tags attached to the Amazon ECR container 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.Attribute
The attribute key.
getKey() - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
getKmsError() - Method in exception com.amazonaws.services.ecr.model.KmsException
The error code returned by KMS.
getKmsKey() - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
If you use the KMS encryption type, specify the KMS key to use for encryption.
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.
getLastObservedAt() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was last observed.
getLastRecordedPullTime() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.
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 lifecycle policy for the specified repository.
getLifecyclePolicy(GetLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the lifecycle policy for the specified repository.
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 lifecycle policy for the specified repository.
getLifecyclePolicyAsync(GetLifecyclePolicyRequest, AsyncHandler<GetLifecyclePolicyRequest, GetLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the lifecycle policy for the specified repository.
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 lifecycle policy preview request for the specified repository.
getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the results of the lifecycle policy preview request for the specified repository.
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 lifecycle policy preview request for the specified repository.
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest, AsyncHandler<GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the results of the lifecycle policy preview request for the specified repository.
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getLifecyclePolicyPreviewAsync(GetLifecyclePolicyPreviewRequest, AsyncHandler<GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetLifecyclePolicyPreviewFunction - Class in com.amazonaws.services.ecr.waiters
 
GetLifecyclePolicyPreviewFunction(AmazonECR) - Constructor for class com.amazonaws.services.ecr.waiters.GetLifecyclePolicyPreviewFunction
Constructs a new GetLifecyclePolicyPreviewFunction with the given client
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.DescribeImageScanFindingsRequest
The maximum number of image scan results returned by DescribeImageScanFindings in paginated output.
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.DescribePullThroughCacheRulesRequest
The maximum number of pull through cache rules returned by DescribePullThroughCacheRulesRequest 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.
getMetric() - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The metric used to adjust the CVSS score.
getName() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The name associated with the finding, usually a CVE number.
getName() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The name of the vulnerable package.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The nextToken value to include in a future DescribeImageScanFindings request.
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.DescribePullThroughCacheRulesRequest
The nextToken value returned from a previous paginated DescribePullThroughCacheRulesRequest request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The nextToken value to include in a future DescribePullThroughCacheRulesRequest 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.
getPackageManager() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The package manager of the vulnerable package.
getPackageVulnerabilityDetails() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details of a package vulnerability finding.
getPartFirstByte() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the first byte of the layer part witin the overall image layer.
getPartLastByte() - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the last byte of the layer part within the overall image layer.
getPartSize() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadResult
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
getPlatform() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The platform of the Amazon ECR container image.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The contents of the registry permissions policy that was deleted.
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.GetRegistryPolicyResult
The JSON text of the permissions policy for a registry.
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.PutRegistryPolicyRequest
The JSON policy text to apply to your registry.
getPolicyText() - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
The JSON policy text for your registry.
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.
getPullThroughCacheRules() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The details of the pull through cache rules.
getPushedAt() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The date and time the Amazon ECR container image was pushed.
getReason() - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The reason the CVSS score has been adjustment.
getRecommendation() - Method in class com.amazonaws.services.ecr.model.Remediation
An object that contains information about the recommended course of action to remediate the finding.
getReferenceUrls() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more URLs that contain details about this vulnerability type.
getRegion() - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The destination Region for the image replication.
getRegion() - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Region to replicate to.
getRegistry() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The registry the Amazon ECR container image belongs to.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The Amazon Web Services account ID associated with the registry that contains the image layers to check.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchDeleteImageRequest
The Amazon Web Services account ID associated with the registry that contains the image to delete.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The Amazon Web Services account ID associated with the registry that contains the images to describe.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The Amazon Web Services 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.CreatePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The Amazon Web Services account ID associated with the registry to create the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The Amazon Web Services 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.DeletePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the repository to delete.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
The Amazon Web Services account ID associated with the registry.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe the image scan findings for.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe images.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
The Amazon Web Services account ID associated with the registry to return the pull through cache rules for.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The ID of the registry.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The Amazon Web Services account ID associated with the registry that contains the repositories to be described.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerRequest
The Amazon Web Services account ID associated with the registry that contains the image layer to download.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetLifecyclePolicyPreviewRequest
The Amazon Web Services 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 Amazon Web Services 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.GetRegistryPolicyResult
The ID of the registry.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The ID of the registry.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry containing the image.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.ImageDetail
The Amazon Web Services account ID associated with the registry to which this image belongs.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The Amazon Web Services account ID associated with the registry to which the image belongs.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the repository in which to list images.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The Amazon Web Services 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.PutImageScanningConfigurationRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image tag mutability settings.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The Amazon Web Services 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.PutRegistryPolicyResult
The registry ID.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Web Services account ID associated with the registry that contains the repository.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The Amazon Web Services 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.StartImageScanRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The registry ID associated with the request.
getRegistryId() - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The Amazon Web Services 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 Amazon Web Services 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
Deprecated.
getRegistryPolicy(GetRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getRegistryPolicy(GetRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the permissions policy for a registry.
getRegistryPolicy(GetRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the permissions policy for a registry.
getRegistryPolicyAsync(GetRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRegistryPolicyAsync(GetRegistryPolicyRequest, AsyncHandler<GetRegistryPolicyRequest, GetRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRegistryPolicyAsync(GetRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the permissions policy for a registry.
getRegistryPolicyAsync(GetRegistryPolicyRequest, AsyncHandler<GetRegistryPolicyRequest, GetRegistryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the permissions policy for a registry.
getRegistryPolicyAsync(GetRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getRegistryPolicyAsync(GetRegistryPolicyRequest, AsyncHandler<GetRegistryPolicyRequest, GetRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetRegistryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
GetRegistryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.GetRegistryPolicyRequest
 
GetRegistryPolicyResult - Class in com.amazonaws.services.ecr.model
 
GetRegistryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.GetRegistryPolicyResult
 
getRegistryScanningConfiguration(GetRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
getRegistryScanningConfiguration(GetRegistryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Retrieves the scanning configuration for a registry.
getRegistryScanningConfiguration(GetRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the scanning configuration for a registry.
getRegistryScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
The scanning configuration for your registry.
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest, AsyncHandler<GetRegistryScanningConfigurationRequest, GetRegistryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the scanning configuration for a registry.
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest, AsyncHandler<GetRegistryScanningConfigurationRequest, GetRegistryScanningConfigurationResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the scanning configuration for a registry.
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
getRegistryScanningConfigurationAsync(GetRegistryScanningConfigurationRequest, AsyncHandler<GetRegistryScanningConfigurationRequest, GetRegistryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
GetRegistryScanningConfigurationRequest - Class in com.amazonaws.services.ecr.model
 
GetRegistryScanningConfigurationRequest() - Constructor for class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationRequest
 
GetRegistryScanningConfigurationResult - Class in com.amazonaws.services.ecr.model
 
GetRegistryScanningConfigurationResult() - Constructor for class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
 
getRelatedVulnerabilities() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more vulnerabilities related to the one identified in this finding.
getRelease() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The release of the vulnerable package.
getRemediation() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details about how to remediate a finding.
getReplicationConfiguration() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The replication configuration for the registry.
getReplicationConfiguration() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
An object representing the replication configuration for a registry.
getReplicationConfiguration() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
The contents of the replication configuration for the registry.
getReplicationStatuses() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The replication status details for the images in the specified repository.
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.
getRepositoryArn() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The ARN of the repository.
getRepositoryFilters() - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The repository filters associated with the scanning configuration for a private registry.
getRepositoryFilters() - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the filters for a replication rule.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The name of the repository the Amazon ECR container image resides in.
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.DescribeImageReplicationStatusRequest
The name of the repository that the image is in.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The repository for the image for which to describe the scan findings.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The repository that contains the images 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.PutImageScanningConfigurationRequest
The name of the repository in which to update the image scanning configuration setting.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The repository name associated with the request.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The name of the repository in which to update the image tag mutability settings.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The repository name associated with the request.
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.RepositoryScanningConfiguration
The name of the repository.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.StartImageScanRequest
The name of the repository that contains the images to scan.
getRepositoryName() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
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.BatchGetRepositoryScanningConfigurationRequest
One or more repository names to get the scanning configuration for.
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 the specified repository.
getRepositoryPolicy(GetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Retrieves the repository policy for the 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 the specified repository.
getRepositoryPolicyAsync(GetRepositoryPolicyRequest, AsyncHandler<GetRepositoryPolicyRequest, GetRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Retrieves the repository policy for the 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.
getResources() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
Contains information on the resources involved in a finding.
getRules() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning rules to use for the registry.
getRules() - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The scanning rules associated with the registry.
getRules() - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
An array of objects representing the replication destinations and repository filters for a replication configuration.
getScanFrequency() - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The frequency that scans are performed at for a private registry.
getScanFrequency() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan frequency for the repository.
getScanningConfiguration() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The scanning configuration for the registry.
getScanningConfigurations() - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
The scanning configuration for the requested repositories.
getScanOnPush() - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
The setting that determines whether images are scanned after being pushed to a repository.
getScanOnPush() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
Whether or not scan on push is configured for the repository.
getScanType() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning type to set for the registry.
getScanType() - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The type of scanning configured for the registry.
getScore() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS score.
getScore() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Inspector score given to the finding.
getScoreDetails() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains details of the Amazon Inspector score.
getScoreSource() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The source for the CVSS score.
getScoringVector() - Method in class com.amazonaws.services.ecr.model.CvssScore
The vector string of the CVSS score.
getScoringVector() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The vector for the CVSS score.
getSeverity() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The severity of the finding.
getSeverity() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The finding severity.
getSource() - Method in class com.amazonaws.services.ecr.model.CvssScore
The source of the CVSS score.
getSource() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The source of the vulnerability information.
getSourceLayerHash() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The source layer hash of the vulnerable package.
getSourceUrl() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
A URL to the source of the vulnerability information.
getStatus() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The status of the finding.
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.ImageReplicationStatus
The image replication status.
getStatus() - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The current state of an image scan.
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
The metadata that you apply to the repository to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
getTags() - Method in class com.amazonaws.services.ecr.model.Resource
The tags attached to 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.
getText() - Method in class com.amazonaws.services.ecr.model.Recommendation
The recommended course of action to remediate the finding.
getTitle() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The title of the finding.
getType() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The type of the finding.
getType() - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
getType() - Method in class com.amazonaws.services.ecr.model.Resource
The type of resource.
getUpdatedAt() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time the finding was last updated at.
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.
getUpstreamRegistryUrl() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
getUpstreamRegistryUrl() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
getUpstreamRegistryUrl() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
getUpstreamRegistryUrl() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The upstream registry URL associated with the pull through cache rule.
getUri() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A link containing additional details about the security vulnerability.
getUrl() - Method in class com.amazonaws.services.ecr.model.Recommendation
The URL address to the CVE remediation recommendations.
getValue() - Method in class com.amazonaws.services.ecr.model.Attribute
The value assigned to the attribute key.
getValue() - Method in class com.amazonaws.services.ecr.model.Tag
A value acts as a descriptor within a tag category (key).
getVendorCreatedAt() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time that this vulnerability was first added to the vendor's database.
getVendorSeverity() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The severity the vendor has given to this vulnerability type.
getVendorUpdatedAt() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time the vendor last updated this vulnerability in their database.
getVersion() - Method in class com.amazonaws.services.ecr.model.CvssScore
The version of CVSS used for the score.
getVersion() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS version used in scoring.
getVersion() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The version of the vulnerable package.
getVulnerabilityId() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The ID given to this vulnerability.
getVulnerabilitySourceUpdatedAt() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time when the vulnerability data was last scanned.
getVulnerabilitySourceUpdatedAt() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time when the vulnerability data was last scanned.
getVulnerablePackages() - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The packages impacted by this vulnerability.

H

hashCode() - Method in class com.amazonaws.services.ecr.model.Attribute
 
hashCode() - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
hashCode() - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
 
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.BatchGetRepositoryScanningConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
 
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.CreatePullThroughCacheRuleRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
 
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.CvssScore
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
 
hashCode() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
 
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.DeletePullThroughCacheRuleRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
 
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.DescribeImageReplicationStatusRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.DescribePullThroughCacheRulesRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
 
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.EncryptionConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
 
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.GetRegistryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetRegistryPolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
 
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.ImageReplicationStatus
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
 
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.PackageVulnerabilityDetails
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
 
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.PutImageScanningConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
 
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.PutRegistryPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Recommendation
 
hashCode() - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Remediation
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ReplicationRule
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Repository
 
hashCode() - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
 
hashCode() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
 
hashCode() - Method in class com.amazonaws.services.ecr.model.Resource
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ResourceDetails
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
 
hashCode() - Method in class com.amazonaws.services.ecr.model.ScoreDetails
 
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.StartImageScanRequest
 
hashCode() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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
 
hashCode() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
 

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
 
ImageDigestDoesNotMatchException - Exception in com.amazonaws.services.ecr.model
The specified image digest does not match the digest that Amazon ECR calculated for the image.
ImageDigestDoesNotMatchException(String) - Constructor for exception com.amazonaws.services.ecr.model.ImageDigestDoesNotMatchException
Constructs a new ImageDigestDoesNotMatchException with the specified error message.
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 image in an Amazon ECR repository.
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.
ImageReplicationStatus - Class in com.amazonaws.services.ecr.model
The status of the replication process for an image.
ImageReplicationStatus() - Constructor for class com.amazonaws.services.ecr.model.ImageReplicationStatus
 
imageScanComplete() - Method in class com.amazonaws.services.ecr.waiters.AmazonECRWaiters
Builds a ImageScanComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
ImageScanFinding - Class in com.amazonaws.services.ecr.model
Contains information about an image scan finding.
ImageScanFinding() - Constructor for class com.amazonaws.services.ecr.model.ImageScanFinding
 
ImageScanFindings - Class in com.amazonaws.services.ecr.model
The details of an image scan.
ImageScanFindings() - Constructor for class com.amazonaws.services.ecr.model.ImageScanFindings
 
ImageScanFindingsSummary - Class in com.amazonaws.services.ecr.model
A summary of the last completed image scan.
ImageScanFindingsSummary() - Constructor for class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
 
ImageScanningConfiguration - Class in com.amazonaws.services.ecr.model
The image scanning configuration for a repository.
ImageScanningConfiguration() - Constructor for class com.amazonaws.services.ecr.model.ImageScanningConfiguration
 
ImageScanStatus - Class in com.amazonaws.services.ecr.model
The current status of an image scan.
ImageScanStatus() - Constructor for class com.amazonaws.services.ecr.model.ImageScanStatus
 
ImageTagAlreadyExistsException - Exception in com.amazonaws.services.ecr.model
The specified image is tagged with a tag that already exists.
ImageTagAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.ecr.model.ImageTagAlreadyExistsException
Constructs a new ImageTagAlreadyExistsException with the specified error message.
ImageTagMutability - Enum in com.amazonaws.services.ecr.model
 
initiateLayerUpload(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
initiateLayerUpload(InitiateLayerUploadRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Notifies Amazon ECR that you intend to upload an image layer.
initiateLayerUpload(InitiateLayerUploadRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Notifies 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
Notifies Amazon ECR that you intend to upload an image layer.
initiateLayerUploadAsync(InitiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Notifies 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.
isScanOnPush() - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
The setting that determines whether images are scanned after being pushed to a repository.
isScanOnPush() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
Whether or not scan on push is configured for the repository.

K

KmsException - Exception in com.amazonaws.services.ecr.model
The operation failed due to a KMS exception.
KmsException(String) - Constructor for exception com.amazonaws.services.ecr.model.KmsException
Constructs a new KmsException with the specified error message.

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.
lifecyclePolicyPreviewComplete() - Method in class com.amazonaws.services.ecr.waiters.AmazonECRWaiters
Builds a LifecyclePolicyPreviewComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
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 the specified repository.
listImages(ListImagesRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Lists all the image IDs for the specified 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 the specified repository.
listImagesAsync(ListImagesRequest, AsyncHandler<ListImagesRequest, ListImagesResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Lists all the image IDs for the specified 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.Attribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.AuthorizationData
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.CvssScore
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.DescribeImagesFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
 
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.ImageReplicationStatus
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
 
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.PackageVulnerabilityDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Recommendation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Remediation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Repository
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Resource
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ResourceDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.ScoreDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
 

P

PackageVulnerabilityDetails - Class in com.amazonaws.services.ecr.model
Information about a package vulnerability finding.
PackageVulnerabilityDetails() - Constructor for class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
 
PullThroughCacheRule - Class in com.amazonaws.services.ecr.model
The details of a pull through cache rule.
PullThroughCacheRule() - Constructor for class com.amazonaws.services.ecr.model.PullThroughCacheRule
 
PullThroughCacheRuleAlreadyExistsException - Exception in com.amazonaws.services.ecr.model
A pull through cache rule with these settings already exists for the private registry.
PullThroughCacheRuleAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.ecr.model.PullThroughCacheRuleAlreadyExistsException
Constructs a new PullThroughCacheRuleAlreadyExistsException with the specified error message.
PullThroughCacheRuleNotFoundException - Exception in com.amazonaws.services.ecr.model
The pull through cache rule was not found.
PullThroughCacheRuleNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.PullThroughCacheRuleNotFoundException
Constructs a new PullThroughCacheRuleNotFoundException with the specified error message.
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
 
putImageScanningConfiguration(PutImageScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putImageScanningConfiguration(PutImageScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
putImageScanningConfiguration(PutImageScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest, AsyncHandler<PutImageScanningConfigurationRequest, PutImageScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest, AsyncHandler<PutImageScanningConfigurationRequest, PutImageScanningConfigurationResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putImageScanningConfigurationAsync(PutImageScanningConfigurationRequest, AsyncHandler<PutImageScanningConfigurationRequest, PutImageScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutImageScanningConfigurationRequest - Class in com.amazonaws.services.ecr.model
 
PutImageScanningConfigurationRequest() - Constructor for class com.amazonaws.services.ecr.model.PutImageScanningConfigurationRequest
 
PutImageScanningConfigurationResult - Class in com.amazonaws.services.ecr.model
 
PutImageScanningConfigurationResult() - Constructor for class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
 
putImageTagMutability(PutImageTagMutabilityRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putImageTagMutability(PutImageTagMutabilityRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Updates the image tag mutability settings for the specified repository.
putImageTagMutability(PutImageTagMutabilityRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Updates the image tag mutability settings for the specified repository.
putImageTagMutabilityAsync(PutImageTagMutabilityRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageTagMutabilityAsync(PutImageTagMutabilityRequest, AsyncHandler<PutImageTagMutabilityRequest, PutImageTagMutabilityResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putImageTagMutabilityAsync(PutImageTagMutabilityRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Updates the image tag mutability settings for the specified repository.
putImageTagMutabilityAsync(PutImageTagMutabilityRequest, AsyncHandler<PutImageTagMutabilityRequest, PutImageTagMutabilityResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Updates the image tag mutability settings for the specified repository.
putImageTagMutabilityAsync(PutImageTagMutabilityRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putImageTagMutabilityAsync(PutImageTagMutabilityRequest, AsyncHandler<PutImageTagMutabilityRequest, PutImageTagMutabilityResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutImageTagMutabilityRequest - Class in com.amazonaws.services.ecr.model
 
PutImageTagMutabilityRequest() - Constructor for class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
 
PutImageTagMutabilityResult - Class in com.amazonaws.services.ecr.model
 
PutImageTagMutabilityResult() - Constructor for class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
 
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates the lifecycle policy for the specified repository.
putLifecyclePolicy(PutLifecyclePolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates the lifecycle policy for the specified repository.
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 the lifecycle policy for the specified repository.
putLifecyclePolicyAsync(PutLifecyclePolicyRequest, AsyncHandler<PutLifecyclePolicyRequest, PutLifecyclePolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the lifecycle policy for the specified repository.
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
 
putRegistryPolicy(PutRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putRegistryPolicy(PutRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates the permissions policy for your registry.
putRegistryPolicy(PutRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates the permissions policy for your registry.
putRegistryPolicyAsync(PutRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putRegistryPolicyAsync(PutRegistryPolicyRequest, AsyncHandler<PutRegistryPolicyRequest, PutRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putRegistryPolicyAsync(PutRegistryPolicyRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the permissions policy for your registry.
putRegistryPolicyAsync(PutRegistryPolicyRequest, AsyncHandler<PutRegistryPolicyRequest, PutRegistryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the permissions policy for your registry.
putRegistryPolicyAsync(PutRegistryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putRegistryPolicyAsync(PutRegistryPolicyRequest, AsyncHandler<PutRegistryPolicyRequest, PutRegistryPolicyResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutRegistryPolicyRequest - Class in com.amazonaws.services.ecr.model
 
PutRegistryPolicyRequest() - Constructor for class com.amazonaws.services.ecr.model.PutRegistryPolicyRequest
 
PutRegistryPolicyResult - Class in com.amazonaws.services.ecr.model
 
PutRegistryPolicyResult() - Constructor for class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
 
putRegistryScanningConfiguration(PutRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putRegistryScanningConfiguration(PutRegistryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates the scanning configuration for your private registry.
putRegistryScanningConfiguration(PutRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates the scanning configuration for your private registry.
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest, AsyncHandler<PutRegistryScanningConfigurationRequest, PutRegistryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the scanning configuration for your private registry.
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest, AsyncHandler<PutRegistryScanningConfigurationRequest, PutRegistryScanningConfigurationResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the scanning configuration for your private registry.
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putRegistryScanningConfigurationAsync(PutRegistryScanningConfigurationRequest, AsyncHandler<PutRegistryScanningConfigurationRequest, PutRegistryScanningConfigurationResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutRegistryScanningConfigurationRequest - Class in com.amazonaws.services.ecr.model
 
PutRegistryScanningConfigurationRequest() - Constructor for class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
 
PutRegistryScanningConfigurationResult - Class in com.amazonaws.services.ecr.model
 
PutRegistryScanningConfigurationResult() - Constructor for class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
 
putReplicationConfiguration(PutReplicationConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
putReplicationConfiguration(PutReplicationConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Creates or updates the replication configuration for a registry.
putReplicationConfiguration(PutReplicationConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Creates or updates the replication configuration for a registry.
putReplicationConfigurationAsync(PutReplicationConfigurationRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putReplicationConfigurationAsync(PutReplicationConfigurationRequest, AsyncHandler<PutReplicationConfigurationRequest, PutReplicationConfigurationResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
putReplicationConfigurationAsync(PutReplicationConfigurationRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the replication configuration for a registry.
putReplicationConfigurationAsync(PutReplicationConfigurationRequest, AsyncHandler<PutReplicationConfigurationRequest, PutReplicationConfigurationResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Creates or updates the replication configuration for a registry.
putReplicationConfigurationAsync(PutReplicationConfigurationRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
putReplicationConfigurationAsync(PutReplicationConfigurationRequest, AsyncHandler<PutReplicationConfigurationRequest, PutReplicationConfigurationResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
PutReplicationConfigurationRequest - Class in com.amazonaws.services.ecr.model
 
PutReplicationConfigurationRequest() - Constructor for class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
 
PutReplicationConfigurationResult - Class in com.amazonaws.services.ecr.model
 
PutReplicationConfigurationResult() - Constructor for class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
 

R

Recommendation - Class in com.amazonaws.services.ecr.model
Details about the recommended course of action to remediate the finding.
Recommendation() - Constructor for class com.amazonaws.services.ecr.model.Recommendation
 
ReferencedImagesNotFoundException - Exception in com.amazonaws.services.ecr.model
The manifest list is referencing an image that does not exist.
ReferencedImagesNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.ReferencedImagesNotFoundException
Constructs a new ReferencedImagesNotFoundException with the specified error message.
RegistryPolicyNotFoundException - Exception in com.amazonaws.services.ecr.model
The registry doesn't have an associated registry policy.
RegistryPolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.RegistryPolicyNotFoundException
Constructs a new RegistryPolicyNotFoundException with the specified error message.
RegistryScanningConfiguration - Class in com.amazonaws.services.ecr.model
The scanning configuration for a private registry.
RegistryScanningConfiguration() - Constructor for class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
 
RegistryScanningRule - Class in com.amazonaws.services.ecr.model
The details of a scanning rule for a private registry.
RegistryScanningRule() - Constructor for class com.amazonaws.services.ecr.model.RegistryScanningRule
 
Remediation - Class in com.amazonaws.services.ecr.model
Information on how to remediate a finding.
Remediation() - Constructor for class com.amazonaws.services.ecr.model.Remediation
 
ReplicationConfiguration - Class in com.amazonaws.services.ecr.model
The replication configuration for a registry.
ReplicationConfiguration() - Constructor for class com.amazonaws.services.ecr.model.ReplicationConfiguration
 
ReplicationDestination - Class in com.amazonaws.services.ecr.model
An array of objects representing the destination for a replication rule.
ReplicationDestination() - Constructor for class com.amazonaws.services.ecr.model.ReplicationDestination
 
ReplicationRule - Class in com.amazonaws.services.ecr.model
An array of objects representing the replication destinations and repository filters for a replication configuration.
ReplicationRule() - Constructor for class com.amazonaws.services.ecr.model.ReplicationRule
 
ReplicationStatus - Enum in com.amazonaws.services.ecr.model
 
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.
RepositoryFilter - Class in com.amazonaws.services.ecr.model
The filter settings used with image replication.
RepositoryFilter() - Constructor for class com.amazonaws.services.ecr.model.RepositoryFilter
 
RepositoryFilterType - Enum in com.amazonaws.services.ecr.model
 
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.
RepositoryScanningConfiguration - Class in com.amazonaws.services.ecr.model
The details of the scanning configuration for a repository.
RepositoryScanningConfiguration() - Constructor for class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
 
RepositoryScanningConfigurationFailure - Class in com.amazonaws.services.ecr.model
The details about any failures associated with the scanning configuration of a repository.
RepositoryScanningConfigurationFailure() - Constructor for class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
 
Resource - Class in com.amazonaws.services.ecr.model
Details about the resource involved in a finding.
Resource() - Constructor for class com.amazonaws.services.ecr.model.Resource
 
ResourceDetails - Class in com.amazonaws.services.ecr.model
Contains details about the resource involved in the finding.
ResourceDetails() - Constructor for class com.amazonaws.services.ecr.model.ResourceDetails
 

S

ScanFrequency - Enum in com.amazonaws.services.ecr.model
 
ScanningConfigurationFailureCode - Enum in com.amazonaws.services.ecr.model
 
ScanningRepositoryFilter - Class in com.amazonaws.services.ecr.model
The details of a scanning repository filter.
ScanningRepositoryFilter() - Constructor for class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
 
ScanningRepositoryFilterType - Enum in com.amazonaws.services.ecr.model
 
ScanNotFoundException - Exception in com.amazonaws.services.ecr.model
The specified image scan could not be found.
ScanNotFoundException(String) - Constructor for exception com.amazonaws.services.ecr.model.ScanNotFoundException
Constructs a new ScanNotFoundException with the specified error message.
ScanStatus - Enum in com.amazonaws.services.ecr.model
 
ScanType - Enum in com.amazonaws.services.ecr.model
 
ScoreDetails - Class in com.amazonaws.services.ecr.model
Information about the Amazon Inspector score given to a finding.
ScoreDetails() - Constructor for class com.amazonaws.services.ecr.model.ScoreDetails
 
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.
setAdjustments(Collection<CvssScoreAdjustment>) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
setAppliedRulePriority(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
setAppliedScanFilters(Collection<ScanningRepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan filters applied to the repository.
setArch(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The architecture of the vulnerable package.
setArchitecture(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The architecture of the Amazon ECR container image.
setArtifactMediaType(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The artifact media type of the image.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A collection of attributes of the host from which the finding is generated.
setAuthor(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image author of the Amazon ECR container image.
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.
setAwsAccountId(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Web Services account ID associated with the image.
setAwsEcrContainerImage(AwsEcrContainerImageDetails) - Method in class com.amazonaws.services.ecr.model.ResourceDetails
An object that contains details about the Amazon ECR container image involved in the finding.
setBaseScore(Double) - Method in class com.amazonaws.services.ecr.model.CvssScore
The base CVSS score used for the finding.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The date and time, in JavaScript date format, when the pull through cache rule was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The timestamp associated with the pull through cache rule.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The date and time the pull through cache was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
setCvss(Collection<CvssScore>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
An object that contains details about the CVSS score of a finding.
setCvss(CvssScoreDetails) - Method in class com.amazonaws.services.ecr.model.ScoreDetails
An object that contains details about the CVSS score given to a finding.
setDescription(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The description of the finding.
setDescription(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The description of the finding.
setDescription(String) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The description of the image scan status.
setDestinations(Collection<ReplicationDestination>) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the destination for a replication rule.
setDetails(ResourceDetails) - Method in class com.amazonaws.services.ecr.model.Resource
An object that contains details about the resource involved in a finding.
setDownloadUrl(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The pre-signed Amazon S3 download URL for the requested layer.
setEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The repository name prefix to use when caching images from the source registry.
setEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the pull through cache rule.
setEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleRequest
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
setEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the request.
setEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The Amazon ECR repository prefix associated with the pull through cache rule.
setEcrRepositoryPrefixes(Collection<String>) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
The Amazon ECR repository prefixes associated with the pull through cache rules to return.
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The encryption configuration for the repository.
setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.ecr.model.Repository
The encryption configuration for the repository.
setEncryptionType(String) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
The encryption type to use.
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));
setEnhancedFindings(Collection<EnhancedImageScanFinding>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Details about the enhanced scan findings from Amazon Inspector.
setEpoch(Integer) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The epoch of the vulnerable package.
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.ImageReplicationStatus
The failure code for a replication that has failed.
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.
setFailureCode(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
The failure code.
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.
setFailureReason(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.
setFailures(Collection<RepositoryScanningConfigurationFailure>) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
Any failures associated with the call.
setFilePath(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The file path of the vulnerable package.
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.
setFilter(String) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter details.
setFilter(String) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The filter to use when scanning.
setFilterType(String) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter type.
setFilterType(String) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The type associated with the filter.
setFindingArn(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Resource Number (ARN) of the finding.
setFindings(Collection<ImageScanFinding>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The findings from the image scan.
setFindingSeverityCounts(Map<String, Integer>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The image vulnerability counts, sorted by severity.
setFindingSeverityCounts(Map<String, Integer>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The image vulnerability counts, sorted by severity.
setFirstObservedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was first observed.
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.
setId(String) - Method in class com.amazonaws.services.ecr.model.Resource
The ID of the resource.
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.
setImageDigest(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image digest of the image manifest corresponding to the image.
setImageHash(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image hash of the Amazon ECR container image.
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
 
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.StartImageScanRequest
 
setImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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.
setImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.Image
The manifest media type of the image.
setImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The media type of the image manifest.
setImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The media type of the image manifest.
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.
setImageScanCompletedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time of the last completed image scan.
setImageScanCompletedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time of the last completed image scan.
setImageScanFindings(ImageScanFindings) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The information contained in the image scan findings.
setImageScanFindingsSummary(ImageScanFindingsSummary) - Method in class com.amazonaws.services.ecr.model.ImageDetail
A summary of the last completed image scan.
setImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The image scanning configuration for the repository.
setImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationRequest
The image scanning configuration for the repository.
setImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The image scanning configuration setting for the repository.
setImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.Repository
 
setImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The current state of the scan.
setImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The current state of the scan.
setImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The current state of the scan.
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.
setImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The tag mutability setting for the repository.
setImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The tag mutability setting for the repository.
setImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The image tag mutability setting for the repository.
setImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.Repository
The tag mutability setting for the repository.
setImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image tags attached to the Amazon ECR container 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.Attribute
The attribute key.
setKey(String) - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
setKmsError(String) - Method in exception com.amazonaws.services.ecr.model.KmsException
The error code returned by KMS.
setKmsKey(String) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
If you use the KMS encryption type, specify the KMS key to use for encryption.
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.
setLastObservedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was last observed.
setLastRecordedPullTime(Date) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.
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.DescribeImageScanFindingsRequest
The maximum number of image scan results returned by DescribeImageScanFindings in paginated output.
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.DescribePullThroughCacheRulesRequest
The maximum number of pull through cache rules returned by DescribePullThroughCacheRulesRequest 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.
setMetric(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The metric used to adjust the CVSS score.
setName(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The name associated with the finding, usually a CVE number.
setName(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The name of the vulnerable package.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The nextToken value to include in a future DescribeImageScanFindings request.
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.DescribePullThroughCacheRulesRequest
The nextToken value returned from a previous paginated DescribePullThroughCacheRulesRequest request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The nextToken value to include in a future DescribePullThroughCacheRulesRequest 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.
setPackageManager(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The package manager of the vulnerable package.
setPackageVulnerabilityDetails(PackageVulnerabilityDetails) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details of a package vulnerability finding.
setPartFirstByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the first byte of the layer part witin the overall image layer.
setPartLastByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the last byte of the layer part within the overall image layer.
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.
setPlatform(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The platform of the Amazon ECR container image.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The contents of the registry permissions policy that was deleted.
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.GetRegistryPolicyResult
The JSON text of the permissions policy for a registry.
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.PutRegistryPolicyRequest
The JSON policy text to apply to your registry.
setPolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
The JSON policy text for your registry.
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.
setPullThroughCacheRules(Collection<PullThroughCacheRule>) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The details of the pull through cache rules.
setPushedAt(Date) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The date and time the Amazon ECR container image was pushed.
setReason(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The reason the CVSS score has been adjustment.
setRecommendation(Recommendation) - Method in class com.amazonaws.services.ecr.model.Remediation
An object that contains information about the recommended course of action to remediate the finding.
setReferenceUrls(Collection<String>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more URLs that contain details about this vulnerability type.
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)
setRegion(String) - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The destination Region for the image replication.
setRegion(String) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Region to replicate to.
setRegistry(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The registry the Amazon ECR container image belongs to.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the image to delete.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The Amazon Web Services account ID associated with the registry that contains the images to describe.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The Amazon Web Services 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.CreatePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The Amazon Web Services account ID associated with the registry to create the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The Amazon Web Services 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.DeletePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the repository to delete.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
The Amazon Web Services account ID associated with the registry.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe the image scan findings for.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The Amazon Web Services 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.DescribePullThroughCacheRulesRequest
The Amazon Web Services account ID associated with the registry to return the pull through cache rules for.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The ID of the registry.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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.GetRegistryPolicyResult
The ID of the registry.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The ID of the registry.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry containing the image.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The Amazon Web Services account ID associated with the registry to which this image belongs.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The Amazon Web Services account ID associated with the registry to which the image belongs.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The Amazon Web Services 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 Amazon Web Services 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.PullThroughCacheRule
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The Amazon Web Services 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.PutImageScanningConfigurationRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image tag mutability settings.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The Amazon Web Services 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.PutRegistryPolicyResult
The registry ID.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Web Services account ID associated with the registry that contains the repository.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The Amazon Web Services 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.StartImageScanRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The registry ID associated with the request.
setRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The Amazon Web Services 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 Amazon Web Services 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
Deprecated.
setRegistryScanningConfiguration(RegistryScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
The scanning configuration for your registry.
setRelatedVulnerabilities(Collection<String>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more vulnerabilities related to the one identified in this finding.
setRelease(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The release of the vulnerable package.
setRemediation(Remediation) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details about how to remediate a finding.
setReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The replication configuration for the registry.
setReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
An object representing the replication configuration for a registry.
setReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
The contents of the replication configuration for the registry.
setReplicationStatuses(Collection<ImageReplicationStatus>) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The replication status details for the images in the specified repository.
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.
setRepositoryArn(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The ARN of the repository.
setRepositoryFilters(Collection<ScanningRepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The repository filters associated with the scanning configuration for a private registry.
setRepositoryFilters(Collection<RepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the filters for a replication rule.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The name of the repository the Amazon ECR container image resides in.
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.DescribeImageReplicationStatusRequest
The name of the repository that the image is in.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The repository for the image for which to describe the scan findings.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The repository that contains the images 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.PutImageScanningConfigurationRequest
The name of the repository in which to update the image scanning configuration setting.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The repository name associated with the request.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The name of the repository in which to update the image tag mutability settings.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The repository name associated with the request.
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.RepositoryScanningConfiguration
The name of the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.StartImageScanRequest
The name of the repository that contains the images to scan.
setRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
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.BatchGetRepositoryScanningConfigurationRequest
One or more repository names to get the scanning configuration for.
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 to the specified repository to control access permissions.
setRepositoryPolicy(SetRepositoryPolicyRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Applies a repository policy to the 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 to the specified repository to control access permissions.
setRepositoryPolicyAsync(SetRepositoryPolicyRequest, AsyncHandler<SetRepositoryPolicyRequest, SetRepositoryPolicyResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Applies a repository policy to the 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.
setResources(Collection<Resource>) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
Contains information on the resources involved in a finding.
setRules(Collection<RegistryScanningRule>) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning rules to use for the registry.
setRules(Collection<RegistryScanningRule>) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The scanning rules associated with the registry.
setRules(Collection<ReplicationRule>) - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
An array of objects representing the replication destinations and repository filters for a replication configuration.
setScanFrequency(String) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The frequency that scans are performed at for a private registry.
setScanFrequency(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan frequency for the repository.
setScanningConfiguration(RegistryScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The scanning configuration for the registry.
setScanningConfigurations(Collection<RepositoryScanningConfiguration>) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
The scanning configuration for the requested repositories.
setScanOnPush(Boolean) - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
The setting that determines whether images are scanned after being pushed to a repository.
setScanOnPush(Boolean) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
Whether or not scan on push is configured for the repository.
setScanType(String) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning type to set for the registry.
setScanType(String) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The type of scanning configured for the registry.
setScore(Double) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS score.
setScore(Double) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Inspector score given to the finding.
setScoreDetails(ScoreDetails) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains details of the Amazon Inspector score.
setScoreSource(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The source for the CVSS score.
setScoringVector(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The vector string of the CVSS score.
setScoringVector(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The vector for the CVSS score.
setSeverity(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The severity of the finding.
setSeverity(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The finding severity.
setSource(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The source of the CVSS score.
setSource(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The source of the vulnerability information.
setSourceLayerHash(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The source layer hash of the vulnerable package.
setSourceUrl(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
A URL to the source of the vulnerability information.
setStatus(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The status of the finding.
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.ImageReplicationStatus
The image replication status.
setStatus(String) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The current state of an image scan.
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
The metadata that you apply to the repository to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.ListTagsForResourceResult
The tags for the resource.
setTags(Map<String, String>) - Method in class com.amazonaws.services.ecr.model.Resource
The tags attached to 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.
setText(String) - Method in class com.amazonaws.services.ecr.model.Recommendation
The recommended course of action to remediate the finding.
setTitle(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The title of the finding.
setType(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The type of the finding.
setType(String) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyRuleAction
The type of action to be taken.
setType(String) - Method in class com.amazonaws.services.ecr.model.Resource
The type of resource.
setUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time the finding was last updated at.
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.
setUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
setUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
setUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
setUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The upstream registry URL associated with the pull through cache rule.
setUri(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A link containing additional details about the security vulnerability.
setUrl(String) - Method in class com.amazonaws.services.ecr.model.Recommendation
The URL address to the CVE remediation recommendations.
setValue(String) - Method in class com.amazonaws.services.ecr.model.Attribute
The value assigned to the attribute key.
setValue(String) - Method in class com.amazonaws.services.ecr.model.Tag
A value acts as a descriptor within a tag category (key).
setVendorCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time that this vulnerability was first added to the vendor's database.
setVendorSeverity(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The severity the vendor has given to this vulnerability type.
setVendorUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time the vendor last updated this vulnerability in their database.
setVersion(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The version of CVSS used for the score.
setVersion(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS version used in scoring.
setVersion(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The version of the vulnerable package.
setVulnerabilityId(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The ID given to this vulnerability.
setVulnerabilitySourceUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time when the vulnerability data was last scanned.
setVulnerabilitySourceUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time when the vulnerability data was last scanned.
setVulnerablePackages(Collection<VulnerablePackage>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The packages impacted by this vulnerability.
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.
shutdown() - Method in class com.amazonaws.services.ecr.AmazonECRClient
 
shutdown() - Method in class com.amazonaws.services.ecr.waiters.AmazonECRWaiters
 
standard() - Static method in class com.amazonaws.services.ecr.AmazonECRAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ecr.AmazonECRClientBuilder
 
startImageScan(StartImageScanRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
startImageScan(StartImageScanRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Starts an image vulnerability scan.
startImageScan(StartImageScanRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Starts an image vulnerability scan.
startImageScanAsync(StartImageScanRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
startImageScanAsync(StartImageScanRequest, AsyncHandler<StartImageScanRequest, StartImageScanResult>) - Method in class com.amazonaws.services.ecr.AbstractAmazonECRAsync
 
startImageScanAsync(StartImageScanRequest) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Starts an image vulnerability scan.
startImageScanAsync(StartImageScanRequest, AsyncHandler<StartImageScanRequest, StartImageScanResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Starts an image vulnerability scan.
startImageScanAsync(StartImageScanRequest) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
startImageScanAsync(StartImageScanRequest, AsyncHandler<StartImageScanRequest, StartImageScanResult>) - Method in class com.amazonaws.services.ecr.AmazonECRAsyncClient
 
StartImageScanRequest - Class in com.amazonaws.services.ecr.model
 
StartImageScanRequest() - Constructor for class com.amazonaws.services.ecr.model.StartImageScanRequest
 
StartImageScanResult - Class in com.amazonaws.services.ecr.model
 
StartImageScanResult() - Constructor for class com.amazonaws.services.ecr.model.StartImageScanResult
 
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in interface com.amazonaws.services.ecr.AmazonECR
Starts a preview of a lifecycle policy for the specified repository.
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest) - Method in class com.amazonaws.services.ecr.AmazonECRClient
Starts a preview of a lifecycle policy for the specified repository.
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 a lifecycle policy for the specified repository.
startLifecyclePolicyPreviewAsync(StartLifecyclePolicyPreviewRequest, AsyncHandler<StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResult>) - Method in interface com.amazonaws.services.ecr.AmazonECRAsync
Starts a preview of a lifecycle policy for the specified repository.
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 to 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.Attribute
Returns a string representation of this object.
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.AwsEcrContainerImageDetails
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.BatchGetRepositoryScanningConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
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.CreatePullThroughCacheRuleRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
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.CvssScore
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
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.DeletePullThroughCacheRuleRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
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.DescribeImageReplicationStatusRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
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.DescribePullThroughCacheRulesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
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.EncryptionConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.EncryptionType
 
toString() - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.FindingSeverity
 
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.GetRegistryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetRegistryPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
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.ImageReplicationStatus
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ImageTagMutability
 
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.PackageVulnerabilityDetails
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
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.PutImageScanningConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
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.PutRegistryPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Recommendation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Remediation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ReplicationRule
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ReplicationStatus
 
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.RepositoryFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.RepositoryFilterType
 
toString() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.Resource
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.ResourceDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ScanFrequency
 
toString() - Method in enum com.amazonaws.services.ecr.model.ScanningConfigurationFailureCode
 
toString() - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecr.model.ScanningRepositoryFilterType
 
toString() - Method in enum com.amazonaws.services.ecr.model.ScanStatus
 
toString() - Method in enum com.amazonaws.services.ecr.model.ScanType
 
toString() - Method in class com.amazonaws.services.ecr.model.ScoreDetails
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.StartImageScanRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
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.
toString() - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
Returns a string representation of this object.

U

UnsupportedImageTypeException - Exception in com.amazonaws.services.ecr.model
The image is of a type that cannot be scanned.
UnsupportedImageTypeException(String) - Constructor for exception com.amazonaws.services.ecr.model.UnsupportedImageTypeException
Constructs a new UnsupportedImageTypeException with the specified error message.
UnsupportedUpstreamRegistryException - Exception in com.amazonaws.services.ecr.model
The specified upstream registry isn't supported.
UnsupportedUpstreamRegistryException(String) - Constructor for exception com.amazonaws.services.ecr.model.UnsupportedUpstreamRegistryException
Constructs a new UnsupportedUpstreamRegistryException with the specified error message.
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

ValidationException - Exception in com.amazonaws.services.ecr.model
There was an exception validating this request.
ValidationException(String) - Constructor for exception com.amazonaws.services.ecr.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.FindingSeverity
Returns the enum constant of this type with the specified name.
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.ImageTagMutability
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.ReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.RepositoryFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ScanFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ScanningConfigurationFailureCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ScanningRepositoryFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ScanStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecr.model.ScanType
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.EncryptionType
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.FindingSeverity
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.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.ImageTagMutability
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.ReplicationStatus
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.RepositoryFilterType
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.ScanFrequency
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.ScanningConfigurationFailureCode
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.ScanningRepositoryFilterType
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.ScanStatus
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.ScanType
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.
VulnerablePackage - Class in com.amazonaws.services.ecr.model
Information on the vulnerable package identified by a finding.
VulnerablePackage() - Constructor for class com.amazonaws.services.ecr.model.VulnerablePackage
 

W

waiters() - Method in class com.amazonaws.services.ecr.AbstractAmazonECR
 
waiters() - Method in interface com.amazonaws.services.ecr.AmazonECR
 
waiters() - Method in class com.amazonaws.services.ecr.AmazonECRClient
 
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.
withAdjustments(CvssScoreAdjustment...) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
withAdjustments(Collection<CvssScoreAdjustment>) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
withAppliedRulePriority(Integer) - Method in class com.amazonaws.services.ecr.model.LifecyclePolicyPreviewResult
The priority of the applied rule.
withAppliedScanFilters(ScanningRepositoryFilter...) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan filters applied to the repository.
withAppliedScanFilters(Collection<ScanningRepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan filters applied to the repository.
withArch(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The architecture of the vulnerable package.
withArchitecture(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The architecture of the Amazon ECR container image.
withArtifactMediaType(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The artifact media type of the image.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A collection of attributes of the host from which the finding is generated.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A collection of attributes of the host from which the finding is generated.
withAuthor(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image author of the Amazon ECR container image.
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.
withAwsAccountId(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Web Services account ID associated with the image.
withAwsEcrContainerImage(AwsEcrContainerImageDetails) - Method in class com.amazonaws.services.ecr.model.ResourceDetails
An object that contains details about the Amazon ECR container image involved in the finding.
withBaseScore(Double) - Method in class com.amazonaws.services.ecr.model.CvssScore
The base CVSS score used for the finding.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The date and time, in JavaScript date format, when the pull through cache rule was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The timestamp associated with the pull through cache rule.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The date and time the pull through cache was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.Repository
The date and time, in JavaScript date format, when the repository was created.
withCvss(CvssScore...) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
An object that contains details about the CVSS score of a finding.
withCvss(Collection<CvssScore>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
An object that contains details about the CVSS score of a finding.
withCvss(CvssScoreDetails) - Method in class com.amazonaws.services.ecr.model.ScoreDetails
An object that contains details about the CVSS score given to a finding.
withDescription(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The description of the finding.
withDescription(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The description of the finding.
withDescription(String) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The description of the image scan status.
withDestinations(ReplicationDestination...) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the destination for a replication rule.
withDestinations(Collection<ReplicationDestination>) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the destination for a replication rule.
withDetails(ResourceDetails) - Method in class com.amazonaws.services.ecr.model.Resource
An object that contains details about the resource involved in a finding.
withDownloadUrl(String) - Method in class com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
The pre-signed Amazon S3 download URL for the requested layer.
withEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The repository name prefix to use when caching images from the source registry.
withEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the pull through cache rule.
withEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleRequest
The Amazon ECR repository prefix associated with the pull through cache rule to delete.
withEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The Amazon ECR repository prefix associated with the request.
withEcrRepositoryPrefix(String) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The Amazon ECR repository prefix associated with the pull through cache rule.
withEcrRepositoryPrefixes(String...) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
The Amazon ECR repository prefixes associated with the pull through cache rules to return.
withEcrRepositoryPrefixes(Collection<String>) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesRequest
The Amazon ECR repository prefixes associated with the pull through cache rules to return.
withEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The encryption configuration for the repository.
withEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.ecr.model.Repository
The encryption configuration for the repository.
withEncryptionType(String) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
The encryption type to use.
withEncryptionType(EncryptionType) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
The encryption type to use.
withEnhancedFindings(EnhancedImageScanFinding...) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Details about the enhanced scan findings from Amazon Inspector.
withEnhancedFindings(Collection<EnhancedImageScanFinding>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
Details about the enhanced scan findings from Amazon Inspector.
withEpoch(Integer) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The epoch of the vulnerable package.
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.ImageReplicationStatus
The failure code for a replication that has failed.
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.
withFailureCode(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
The failure code.
withFailureCode(ScanningConfigurationFailureCode) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
The failure code.
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.
withFailureReason(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.
withFailures(RepositoryScanningConfigurationFailure...) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
Any failures associated with the call.
withFailures(Collection<RepositoryScanningConfigurationFailure>) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
Any failures associated with the call.
withFilePath(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The file path of the vulnerable package.
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.
withFilter(String) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter details.
withFilter(String) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The filter to use when scanning.
withFilterType(String) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter type.
withFilterType(RepositoryFilterType) - Method in class com.amazonaws.services.ecr.model.RepositoryFilter
The repository filter type.
withFilterType(String) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The type associated with the filter.
withFilterType(ScanningRepositoryFilterType) - Method in class com.amazonaws.services.ecr.model.ScanningRepositoryFilter
The type associated with the filter.
withFindingArn(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Resource Number (ARN) of the finding.
withFindings(ImageScanFinding...) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The findings from the image scan.
withFindings(Collection<ImageScanFinding>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The findings from the image scan.
withFindingSeverityCounts(Map<String, Integer>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The image vulnerability counts, sorted by severity.
withFindingSeverityCounts(Map<String, Integer>) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The image vulnerability counts, sorted by severity.
withFirstObservedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was first observed.
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.
withId(String) - Method in class com.amazonaws.services.ecr.model.Resource
The ID of the resource.
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.
withImageDigest(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The image digest of the image manifest corresponding to the image.
withImageHash(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image hash of the Amazon ECR container image.
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
 
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
 
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
 
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
 
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.
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.StartImageScanRequest
 
withImageId(ImageIdentifier) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
 
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.
withImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.Image
The manifest media type of the image.
withImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The media type of the image manifest.
withImageManifestMediaType(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The media type of the image manifest.
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.
withImageScanCompletedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time of the last completed image scan.
withImageScanCompletedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time of the last completed image scan.
withImageScanFindings(ImageScanFindings) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The information contained in the image scan findings.
withImageScanFindingsSummary(ImageScanFindingsSummary) - Method in class com.amazonaws.services.ecr.model.ImageDetail
A summary of the last completed image scan.
withImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The image scanning configuration for the repository.
withImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationRequest
The image scanning configuration for the repository.
withImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The image scanning configuration setting for the repository.
withImageScanningConfiguration(ImageScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.Repository
 
withImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The current state of the scan.
withImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The current state of the scan.
withImageScanStatus(ImageScanStatus) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The current state of the scan.
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.
withImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The tag mutability setting for the repository.
withImageTagMutability(ImageTagMutability) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The tag mutability setting for the repository.
withImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The tag mutability setting for the repository.
withImageTagMutability(ImageTagMutability) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The tag mutability setting for the repository.
withImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The image tag mutability setting for the repository.
withImageTagMutability(ImageTagMutability) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The image tag mutability setting for the repository.
withImageTagMutability(String) - Method in class com.amazonaws.services.ecr.model.Repository
The tag mutability setting for the repository.
withImageTagMutability(ImageTagMutability) - Method in class com.amazonaws.services.ecr.model.Repository
The tag mutability setting for the repository.
withImageTags(String...) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image tags attached to the Amazon ECR container image.
withImageTags(Collection<String>) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The image tags attached to the Amazon ECR container 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.Attribute
The attribute key.
withKey(String) - Method in class com.amazonaws.services.ecr.model.Tag
One part of a key-value pair that make up a tag.
withKmsError(String) - Method in exception com.amazonaws.services.ecr.model.KmsException
The error code returned by KMS.
withKmsKey(String) - Method in class com.amazonaws.services.ecr.model.EncryptionConfiguration
If you use the KMS encryption type, specify the KMS key to use for encryption.
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.
withLastObservedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time that the finding was last observed.
withLastRecordedPullTime(Date) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.
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.DescribeImageScanFindingsRequest
The maximum number of image scan results returned by DescribeImageScanFindings in paginated output.
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.DescribePullThroughCacheRulesRequest
The maximum number of pull through cache rules returned by DescribePullThroughCacheRulesRequest 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.
withMetric(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The metric used to adjust the CVSS score.
withName(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The name associated with the finding, usually a CVE number.
withName(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The name of the vulnerable package.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The nextToken value returned from a previous paginated DescribeImageScanFindings request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The nextToken value to include in a future DescribeImageScanFindings request.
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.DescribePullThroughCacheRulesRequest
The nextToken value returned from a previous paginated DescribePullThroughCacheRulesRequest request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The nextToken value to include in a future DescribePullThroughCacheRulesRequest 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.
withPackageManager(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The package manager of the vulnerable package.
withPackageVulnerabilityDetails(PackageVulnerabilityDetails) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details of a package vulnerability finding.
withPartFirstByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the first byte of the layer part witin the overall image layer.
withPartLastByte(Long) - Method in class com.amazonaws.services.ecr.model.UploadLayerPartRequest
The position of the last byte of the layer part within the overall image layer.
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.
withPlatform(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The platform of the Amazon ECR container image.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The contents of the registry permissions policy that was deleted.
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.GetRegistryPolicyResult
The JSON text of the permissions policy for a registry.
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.PutRegistryPolicyRequest
The JSON policy text to apply to your registry.
withPolicyText(String) - Method in class com.amazonaws.services.ecr.model.PutRegistryPolicyResult
The JSON policy text for your registry.
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.
withPullThroughCacheRules(PullThroughCacheRule...) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The details of the pull through cache rules.
withPullThroughCacheRules(Collection<PullThroughCacheRule>) - Method in class com.amazonaws.services.ecr.model.DescribePullThroughCacheRulesResult
The details of the pull through cache rules.
withPushedAt(Date) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The date and time the Amazon ECR container image was pushed.
withReason(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreAdjustment
The reason the CVSS score has been adjustment.
withRecommendation(Recommendation) - Method in class com.amazonaws.services.ecr.model.Remediation
An object that contains information about the recommended course of action to remediate the finding.
withReferenceUrls(String...) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more URLs that contain details about this vulnerability type.
withReferenceUrls(Collection<String>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more URLs that contain details about this vulnerability type.
withRegion(String) - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The destination Region for the image replication.
withRegion(String) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Region to replicate to.
withRegistry(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The registry the Amazon ECR container image belongs to.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchCheckLayerAvailabilityRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the image to delete.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.BatchGetImageRequest
The Amazon Web Services account ID associated with the registry that contains the images to describe.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CompleteLayerUploadRequest
The Amazon Web Services 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.CreatePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The Amazon Web Services account ID associated with the registry to create the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteLifecyclePolicyRequest
The Amazon Web Services 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.DeletePullThroughCacheRuleRequest
The Amazon Web Services account ID associated with the registry that contains the pull through cache rule.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRegistryPolicyResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DeleteRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry that contains the repository to delete.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusRequest
The Amazon Web Services account ID associated with the registry.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe the image scan findings for.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The Amazon Web Services 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.DescribePullThroughCacheRulesRequest
The Amazon Web Services account ID associated with the registry to return the pull through cache rules for.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The ID of the registry.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.DescribeRepositoriesRequest
The Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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.GetRegistryPolicyResult
The ID of the registry.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The ID of the registry.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.GetRepositoryPolicyRequest
The Amazon Web Services 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 Amazon Web Services account ID associated with the registry containing the image.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageDetail
The Amazon Web Services account ID associated with the registry to which this image belongs.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The Amazon Web Services account ID associated with the registry to which the image belongs.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.InitiateLayerUploadRequest
The Amazon Web Services 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 Amazon Web Services 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.PullThroughCacheRule
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageRequest
The Amazon Web Services 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.PutImageScanningConfigurationRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image tag mutability settings.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.PutLifecyclePolicyRequest
The Amazon Web Services 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.PutRegistryPolicyResult
The registry ID.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.ReplicationDestination
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.Repository
The Amazon Web Services account ID associated with the registry that contains the repository.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.SetRepositoryPolicyRequest
The Amazon Web Services 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.StartImageScanRequest
The Amazon Web Services account ID associated with the registry that contains the repository in which to start an image scan request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
The registry ID associated with the request.
withRegistryId(String) - Method in class com.amazonaws.services.ecr.model.StartLifecyclePolicyPreviewRequest
The Amazon Web Services 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 Amazon Web Services 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
Deprecated.
withRegistryIds(Collection<String>) - Method in class com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
Deprecated.
withRegistryScanningConfiguration(RegistryScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationResult
The scanning configuration for your registry.
withRelatedVulnerabilities(String...) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more vulnerabilities related to the one identified in this finding.
withRelatedVulnerabilities(Collection<String>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
One or more vulnerabilities related to the one identified in this finding.
withRelease(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The release of the vulnerable package.
withRemediation(Remediation) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains the details about how to remediate a finding.
withReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.DescribeRegistryResult
The replication configuration for the registry.
withReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationRequest
An object representing the replication configuration for a registry.
withReplicationConfiguration(ReplicationConfiguration) - Method in class com.amazonaws.services.ecr.model.PutReplicationConfigurationResult
The contents of the replication configuration for the registry.
withReplicationStatuses(ImageReplicationStatus...) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The replication status details for the images in the specified repository.
withReplicationStatuses(Collection<ImageReplicationStatus>) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The replication status details for the images in the specified repository.
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.
withRepositoryArn(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The ARN of the repository.
withRepositoryFilters(ScanningRepositoryFilter...) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The repository filters associated with the scanning configuration for a private registry.
withRepositoryFilters(Collection<ScanningRepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The repository filters associated with the scanning configuration for a private registry.
withRepositoryFilters(RepositoryFilter...) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the filters for a replication rule.
withRepositoryFilters(Collection<RepositoryFilter>) - Method in class com.amazonaws.services.ecr.model.ReplicationRule
An array of objects representing the filters for a replication rule.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.AwsEcrContainerImageDetails
The name of the repository the Amazon ECR container image resides in.
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.DescribeImageReplicationStatusRequest
The name of the repository that the image is in.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageReplicationStatusResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsRequest
The repository for the image for which to describe the scan findings.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImageScanFindingsResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.DescribeImagesRequest
The repository that contains the images 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.PutImageScanningConfigurationRequest
The name of the repository in which to update the image scanning configuration setting.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageScanningConfigurationResult
The repository name associated with the request.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityRequest
The name of the repository in which to update the image tag mutability settings.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.PutImageTagMutabilityResult
The repository name associated with the request.
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.RepositoryScanningConfiguration
The name of the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfigurationFailure
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.StartImageScanRequest
The name of the repository that contains the images to scan.
withRepositoryName(String) - Method in class com.amazonaws.services.ecr.model.StartImageScanResult
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.BatchGetRepositoryScanningConfigurationRequest
One or more repository names to get the scanning configuration for.
withRepositoryNames(Collection<String>) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationRequest
One or more repository names to get the scanning configuration for.
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.
withResources(Resource...) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
Contains information on the resources involved in a finding.
withResources(Collection<Resource>) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
Contains information on the resources involved in a finding.
withRules(RegistryScanningRule...) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning rules to use for the registry.
withRules(Collection<RegistryScanningRule>) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning rules to use for the registry.
withRules(RegistryScanningRule...) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The scanning rules associated with the registry.
withRules(Collection<RegistryScanningRule>) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The scanning rules associated with the registry.
withRules(ReplicationRule...) - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
An array of objects representing the replication destinations and repository filters for a replication configuration.
withRules(Collection<ReplicationRule>) - Method in class com.amazonaws.services.ecr.model.ReplicationConfiguration
An array of objects representing the replication destinations and repository filters for a replication configuration.
withScanFrequency(String) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The frequency that scans are performed at for a private registry.
withScanFrequency(ScanFrequency) - Method in class com.amazonaws.services.ecr.model.RegistryScanningRule
The frequency that scans are performed at for a private registry.
withScanFrequency(String) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan frequency for the repository.
withScanFrequency(ScanFrequency) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
The scan frequency for the repository.
withScanningConfiguration(RegistryScanningConfiguration) - Method in class com.amazonaws.services.ecr.model.GetRegistryScanningConfigurationResult
The scanning configuration for the registry.
withScanningConfigurations(RepositoryScanningConfiguration...) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
The scanning configuration for the requested repositories.
withScanningConfigurations(Collection<RepositoryScanningConfiguration>) - Method in class com.amazonaws.services.ecr.model.BatchGetRepositoryScanningConfigurationResult
The scanning configuration for the requested repositories.
withScanOnPush(Boolean) - Method in class com.amazonaws.services.ecr.model.ImageScanningConfiguration
The setting that determines whether images are scanned after being pushed to a repository.
withScanOnPush(Boolean) - Method in class com.amazonaws.services.ecr.model.RepositoryScanningConfiguration
Whether or not scan on push is configured for the repository.
withScanType(String) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning type to set for the registry.
withScanType(ScanType) - Method in class com.amazonaws.services.ecr.model.PutRegistryScanningConfigurationRequest
The scanning type to set for the registry.
withScanType(String) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The type of scanning configured for the registry.
withScanType(ScanType) - Method in class com.amazonaws.services.ecr.model.RegistryScanningConfiguration
The type of scanning configured for the registry.
withScore(Double) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS score.
withScore(Double) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The Amazon Inspector score given to the finding.
withScoreDetails(ScoreDetails) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
An object that contains details of the Amazon Inspector score.
withScoreSource(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The source for the CVSS score.
withScoringVector(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The vector string of the CVSS score.
withScoringVector(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The vector for the CVSS score.
withSeverity(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The severity of the finding.
withSeverity(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The finding severity.
withSeverity(FindingSeverity) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
The finding severity.
withSource(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The source of the CVSS score.
withSource(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The source of the vulnerability information.
withSourceLayerHash(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The source layer hash of the vulnerable package.
withSourceUrl(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
A URL to the source of the vulnerability information.
withStatus(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The status of the finding.
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.ImageReplicationStatus
The image replication status.
withStatus(ReplicationStatus) - Method in class com.amazonaws.services.ecr.model.ImageReplicationStatus
The image replication status.
withStatus(String) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The current state of an image scan.
withStatus(ScanStatus) - Method in class com.amazonaws.services.ecr.model.ImageScanStatus
The current state of an image scan.
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
The metadata that you apply to the repository to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecr.model.CreateRepositoryRequest
The metadata that you apply to the repository to help you categorize and organize them.
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(Map<String, String>) - Method in class com.amazonaws.services.ecr.model.Resource
The tags attached to 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.
withText(String) - Method in class com.amazonaws.services.ecr.model.Recommendation
The recommended course of action to remediate the finding.
withTitle(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The title of the finding.
withType(String) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The type of the finding.
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.
withType(String) - Method in class com.amazonaws.services.ecr.model.Resource
The type of resource.
withUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.EnhancedImageScanFinding
The date and time the finding was last updated at.
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.
withUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleRequest
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
withUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.CreatePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
withUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.DeletePullThroughCacheRuleResult
The upstream registry URL associated with the pull through cache rule.
withUpstreamRegistryUrl(String) - Method in class com.amazonaws.services.ecr.model.PullThroughCacheRule
The upstream registry URL associated with the pull through cache rule.
withUri(String) - Method in class com.amazonaws.services.ecr.model.ImageScanFinding
A link containing additional details about the security vulnerability.
withUrl(String) - Method in class com.amazonaws.services.ecr.model.Recommendation
The URL address to the CVE remediation recommendations.
withValue(String) - Method in class com.amazonaws.services.ecr.model.Attribute
The value assigned to the attribute key.
withValue(String) - Method in class com.amazonaws.services.ecr.model.Tag
A value acts as a descriptor within a tag category (key).
withVendorCreatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time that this vulnerability was first added to the vendor's database.
withVendorSeverity(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The severity the vendor has given to this vulnerability type.
withVendorUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The date and time the vendor last updated this vulnerability in their database.
withVersion(String) - Method in class com.amazonaws.services.ecr.model.CvssScore
The version of CVSS used for the score.
withVersion(String) - Method in class com.amazonaws.services.ecr.model.CvssScoreDetails
The CVSS version used in scoring.
withVersion(String) - Method in class com.amazonaws.services.ecr.model.VulnerablePackage
The version of the vulnerable package.
withVulnerabilityId(String) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The ID given to this vulnerability.
withVulnerabilitySourceUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindings
The time when the vulnerability data was last scanned.
withVulnerabilitySourceUpdatedAt(Date) - Method in class com.amazonaws.services.ecr.model.ImageScanFindingsSummary
The time when the vulnerability data was last scanned.
withVulnerablePackages(VulnerablePackage...) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The packages impacted by this vulnerability.
withVulnerablePackages(Collection<VulnerablePackage>) - Method in class com.amazonaws.services.ecr.model.PackageVulnerabilityDetails
The packages impacted by this vulnerability.
A B C D E F G H I K L M P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.