| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static TagStatus |
TagStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TagStatus |
DescribeImagesFilter.tagStatus()
The tag status with which to filter your DescribeImages results.
|
TagStatus |
ListImagesFilter.tagStatus()
The tag status with which to filter your ListImages results.
|
TagStatus |
LifecyclePolicyPreviewFilter.tagStatus()
The tag status of the image.
|
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 |
|---|---|
static Set<TagStatus> |
TagStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesFilter.Builder |
DescribeImagesFilter.Builder.tagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
ListImagesFilter.Builder |
ListImagesFilter.Builder.tagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results.
|
LifecyclePolicyPreviewFilter.Builder |
LifecyclePolicyPreviewFilter.Builder.tagStatus(TagStatus tagStatus)
The tag status of the image.
|
Copyright © 2023. All rights reserved.