| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Resource |
Resource.clearTagsEntries()
Removes all the entries added into Tags.
|
Resource |
Resource.clone() |
Resource |
Resource.withDetails(ResourceDetails details)
An object that contains details about the resource involved in a finding.
|
Resource |
Resource.withId(String id)
The ID of the resource.
|
Resource |
Resource.withTags(Map<String,String> tags)
The tags attached to the resource.
|
Resource |
Resource.withType(String type)
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
EnhancedImageScanFinding.getResources()
Contains information on the resources involved in a finding.
|
| Modifier and Type | Method and Description |
|---|---|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withResources(Resource... resources)
Contains information on the resources involved in a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedImageScanFinding.setResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
Copyright © 2022. All rights reserved.