| 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 returned by the
GetEvidenceResponse API. |
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 used by the evidence event, including an attribute name (such as
allowUsersToChangePassword) and value (such as true or false). |
Evidence |
Evidence.withAwsAccountId(String awsAccountId)
The identifier for the specified AWS account.
|
Evidence |
Evidence.withAwsOrganization(String awsOrganization)
The AWS account from which the evidence is collected, and its AWS 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 from which the specified evidence was collected.
|
Evidence |
Evidence.withEventName(String eventName)
The name of the specified evidence event.
|
Evidence |
Evidence.withEventSource(String eventSource)
The AWS service from which the evidence is collected.
|
Evidence |
Evidence.withEvidenceAwsAccountId(String evidenceAwsAccountId)
The identifier for the specified AWS account.
|
Evidence |
Evidence.withEvidenceByType(String evidenceByType)
The type of automated evidence.
|
Evidence |
Evidence.withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
Evidence |
Evidence.withIamId(String iamId)
The unique identifier for the IAM user or role associated with the evidence.
|
Evidence |
Evidence.withId(String id)
The identifier for the evidence.
|
Evidence |
Evidence.withResourcesIncluded(Collection<Resource> resourcesIncluded)
The list of resources assessed to generate the evidence.
|
Evidence |
Evidence.withResourcesIncluded(Resource... resourcesIncluded)
The list of resources 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 returned by the
GetEvidenceByEvidenceFolder API. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvidenceResult.setEvidence(Evidence evidence)
The evidence returned by the
GetEvidenceResponse API. |
GetEvidenceByEvidenceFolderResult |
GetEvidenceByEvidenceFolderResult.withEvidence(Evidence... evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
GetEvidenceResult |
GetEvidenceResult.withEvidence(Evidence evidence)
The evidence returned by the
GetEvidenceResponse API. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvidenceByEvidenceFolderResult.setEvidence(Collection<Evidence> evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
GetEvidenceByEvidenceFolderResult |
GetEvidenceByEvidenceFolderResult.withEvidence(Collection<Evidence> evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
Copyright © 2021. All rights reserved.