| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.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.withPartition(String partition)
The partition of the resource.
|
Resource |
Resource.withRegion(String region)
The Amazon Web Services Region the impacted resource is located in.
|
Resource |
Resource.withTags(Map<String,String> tags)
The tags attached to the resource.
|
Resource |
Resource.withType(ResourceType type)
The type of resource.
|
Resource |
Resource.withType(String type)
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Finding.getResources()
Contains information on the resources involved in a finding.
|
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.withResources(Resource... resources)
Contains information on the resources involved in a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Finding.setResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
Finding |
Finding.withResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
Copyright © 2025. All rights reserved.