| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
NonCompliantResource |
NonCompliantResource.addAdditionalInfoEntry(String key,
String value)
Add a single AdditionalInfo entry
|
NonCompliantResource |
NonCompliantResource.clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
NonCompliantResource |
NonCompliantResource.clone() |
NonCompliantResource |
AuditFinding.getNonCompliantResource()
The resource that was found to be noncompliant with the audit check.
|
NonCompliantResource |
NonCompliantResource.withAdditionalInfo(Map<String,String> additionalInfo)
Other information about the noncompliant resource.
|
NonCompliantResource |
NonCompliantResource.withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
|
NonCompliantResource |
NonCompliantResource.withResourceType(ResourceType resourceType)
The type of the noncompliant resource.
|
NonCompliantResource |
NonCompliantResource.withResourceType(String resourceType)
The type of the noncompliant resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditFinding.setNonCompliantResource(NonCompliantResource nonCompliantResource)
The resource that was found to be noncompliant with the audit check.
|
AuditFinding |
AuditFinding.withNonCompliantResource(NonCompliantResource nonCompliantResource)
The resource that was found to be noncompliant with the audit check.
|
Copyright © 2024. All rights reserved.