| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Evidence |
Evidence.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Evidence |
Evidence.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Evidence |
Evidence.clone() |
Evidence |
GetEvidenceResult.getEvidence()
The evidence that the
GetEvidenceResponse API returned. |
Evidence |
Evidence.withAssessmentReportSelection(String assessmentReportSelection)
Specifies whether the evidence is included in the assessment report.
|
Evidence |
Evidence.withAttributes(Map<String,String> attributes)
The names and values that are used by the evidence event.
|
Evidence |
Evidence.withAwsAccountId(String awsAccountId)
The identifier for the Amazon Web Services account.
|
Evidence |
Evidence.withAwsOrganization(String awsOrganization)
The Amazon Web Services account that the evidence is collected from, and its organization path.
|
Evidence |
Evidence.withComplianceCheck(String complianceCheck)
The evaluation status for evidence that falls under the compliance check category.
|
Evidence |
Evidence.withDataSource(String dataSource)
The data source where the evidence was collected from.
|
Evidence |
Evidence.withEventName(String eventName)
The name of the evidence event.
|
Evidence |
Evidence.withEventSource(String eventSource)
The Amazon Web Service that the evidence is collected from.
|
Evidence |
Evidence.withEvidenceAwsAccountId(String evidenceAwsAccountId)
The identifier for the Amazon Web Services account.
|
Evidence |
Evidence.withEvidenceByType(String evidenceByType)
The type of automated evidence.
|
Evidence |
Evidence.withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder that the evidence is stored in.
|
Evidence |
Evidence.withIamId(String iamId)
The unique identifier for the IAM user or role that's associated with the evidence.
|
Evidence |
Evidence.withId(String id)
The identifier for the evidence.
|
Evidence |
Evidence.withResourcesIncluded(Collection<Resource> resourcesIncluded)
The list of resources that are assessed to generate the evidence.
|
Evidence |
Evidence.withResourcesIncluded(Resource... resourcesIncluded)
The list of resources that are assessed to generate the evidence.
|
Evidence |
Evidence.withTime(Date time)
The timestamp that represents when the evidence was collected.
|
| Modifier and Type | Method and Description |
|---|---|
List<Evidence> |
GetEvidenceByEvidenceFolderResult.getEvidence()
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvidenceResult.setEvidence(Evidence evidence)
The evidence that the
GetEvidenceResponse API returned. |
GetEvidenceByEvidenceFolderResult |
GetEvidenceByEvidenceFolderResult.withEvidence(Evidence... evidence)
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
GetEvidenceResult |
GetEvidenceResult.withEvidence(Evidence evidence)
The evidence that the
GetEvidenceResponse API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvidenceByEvidenceFolderResult.setEvidence(Collection<Evidence> evidence)
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
GetEvidenceByEvidenceFolderResult |
GetEvidenceByEvidenceFolderResult.withEvidence(Collection<Evidence> evidence)
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
Copyright © 2022. All rights reserved.