| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentReport |
AssessmentReport.clone() |
AssessmentReport |
CreateAssessmentReportResult.getAssessmentReport()
The new assessment report returned by the
CreateAssessmentReport API. |
AssessmentReport |
AssessmentReport.withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
AssessmentReport |
AssessmentReport.withAssessmentName(String assessmentName)
The name of the associated assessment.
|
AssessmentReport |
AssessmentReport.withAuthor(String author)
The name of the user who created the assessment report.
|
AssessmentReport |
AssessmentReport.withAwsAccountId(String awsAccountId)
The identifier for the specified AWS account.
|
AssessmentReport |
AssessmentReport.withCreationTime(Date creationTime)
Specifies when the assessment report was created.
|
AssessmentReport |
AssessmentReport.withDescription(String description)
The description of the specified assessment report.
|
AssessmentReport |
AssessmentReport.withId(String id)
The unique identifier for the specified assessment report.
|
AssessmentReport |
AssessmentReport.withName(String name)
The name given to the assessment report.
|
AssessmentReport |
AssessmentReport.withStatus(AssessmentReportStatus status)
The current status of the specified assessment report.
|
AssessmentReport |
AssessmentReport.withStatus(String status)
The current status of the specified assessment report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAssessmentReportResult.setAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the
CreateAssessmentReport API. |
CreateAssessmentReportResult |
CreateAssessmentReportResult.withAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the
CreateAssessmentReport API. |
Copyright © 2021. All rights reserved.