| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.clone() |
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withAction(LifecyclePolicyRuleAction action)
The type of action to be taken.
|
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withAppliedRulePriority(Integer appliedRulePriority)
The priority of the applied rule.
|
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withImageDigest(String imageDigest)
The
sha256 digest of the image manifest. |
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withImagePushedAt(Date imagePushedAt)
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the
repository.
|
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withImageTags(Collection<String> imageTags)
The list of tags associated with this image.
|
LifecyclePolicyPreviewResult |
LifecyclePolicyPreviewResult.withImageTags(String... imageTags)
The list of tags associated with this image.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecyclePolicyPreviewResult> |
GetLifecyclePolicyPreviewResult.getPreviewResults()
The results of the lifecycle policy preview request.
|
| Modifier and Type | Method and Description |
|---|---|
GetLifecyclePolicyPreviewResult |
GetLifecyclePolicyPreviewResult.withPreviewResults(LifecyclePolicyPreviewResult... previewResults)
The results of the lifecycle policy preview request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLifecyclePolicyPreviewResult.setPreviewResults(Collection<LifecyclePolicyPreviewResult> previewResults)
The results of the lifecycle policy preview request.
|
GetLifecyclePolicyPreviewResult |
GetLifecyclePolicyPreviewResult.withPreviewResults(Collection<LifecyclePolicyPreviewResult> previewResults)
The results of the lifecycle policy preview request.
|
Copyright © 2020. All rights reserved.