| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static TagStatus |
TagStatus.fromValue(String value)
Use this in place of valueOf.
|
static TagStatus |
TagStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagStatus[] |
TagStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagesFilter.setTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results.
|
void |
DescribeImagesFilter.setTagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
ListImagesFilter |
ListImagesFilter.withTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results.
|
LifecyclePolicyPreviewFilter |
LifecyclePolicyPreviewFilter.withTagStatus(TagStatus tagStatus)
The tag status of the image.
|
DescribeImagesFilter |
DescribeImagesFilter.withTagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
Copyright © 2022. All rights reserved.