| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.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.withDataClassification(DataClassificationDetails dataClassification)
Contains information about sensitive data that was detected on the resource.
|
Resource |
Resource.withDetails(ResourceDetails details)
Additional details about the resource related to a finding.
|
Resource |
Resource.withId(String id)
The canonical identifier for the given resource type.
|
Resource |
Resource.withPartition(Partition partition)
The canonical Amazon Web Services partition name that the Region is assigned to.
|
Resource |
Resource.withPartition(String partition)
The canonical Amazon Web Services partition name that the Region is assigned to.
|
Resource |
Resource.withRegion(String region)
The canonical Amazon Web Services external Region name where this resource is located.
|
Resource |
Resource.withResourceRole(String resourceRole)
Identifies the role of the resource in the finding.
|
Resource |
Resource.withTags(Map<String,String> tags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
Resource |
Resource.withType(String type)
The type of the resource that details are provided for.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
AwsSecurityFinding.getResources()
A set of resource data types that describe the resources that the finding refers to.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withResources(Resource... resources)
A set of resource data types that describe the resources that the finding refers to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setResources(Collection<Resource> resources)
A set of resource data types that describe the resources that the finding refers to.
|
AwsSecurityFinding |
AwsSecurityFinding.withResources(Collection<Resource> resources)
A set of resource data types that describe the resources that the finding refers to.
|
Copyright © 2023. All rights reserved.