| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withKey(String key)
The attribute key.
|
Attribute |
Attribute.withValue(String value)
The value assigned to the attribute key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ImageScanFinding.getAttributes()
A collection of attributes of the host from which the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFinding |
ImageScanFinding.withAttributes(Attribute... attributes)
A collection of attributes of the host from which the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageScanFinding.setAttributes(Collection<Attribute> attributes)
A collection of attributes of the host from which the finding is generated.
|
ImageScanFinding |
ImageScanFinding.withAttributes(Collection<Attribute> attributes)
A collection of attributes of the host from which the finding is generated.
|
Copyright © 2022. All rights reserved.