| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentReportsDestination |
AssessmentMetadata.assessmentReportsDestination()
The destination that evidence reports are stored in for the assessment.
|
AssessmentReportsDestination |
CreateAssessmentRequest.assessmentReportsDestination()
The assessment report storage destination for the assessment that's being created.
|
AssessmentReportsDestination |
UpdateAssessmentRequest.assessmentReportsDestination()
The assessment report storage destination for the assessment that's being updated.
|
AssessmentReportsDestination |
Settings.defaultAssessmentReportsDestination()
The default S3 destination bucket for storing assessment reports.
|
AssessmentReportsDestination |
UpdateSettingsRequest.defaultAssessmentReportsDestination()
The default S3 destination bucket for storing assessment reports.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentMetadata.Builder |
AssessmentMetadata.Builder.assessmentReportsDestination(AssessmentReportsDestination assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CreateAssessmentRequest.Builder |
CreateAssessmentRequest.Builder.assessmentReportsDestination(AssessmentReportsDestination assessmentReportsDestination)
The assessment report storage destination for the assessment that's being created.
|
UpdateAssessmentRequest.Builder |
UpdateAssessmentRequest.Builder.assessmentReportsDestination(AssessmentReportsDestination assessmentReportsDestination)
The assessment report storage destination for the assessment that's being updated.
|
Settings.Builder |
Settings.Builder.defaultAssessmentReportsDestination(AssessmentReportsDestination defaultAssessmentReportsDestination)
The default S3 destination bucket for storing assessment reports.
|
UpdateSettingsRequest.Builder |
UpdateSettingsRequest.Builder.defaultAssessmentReportsDestination(AssessmentReportsDestination defaultAssessmentReportsDestination)
The default S3 destination bucket for storing assessment reports.
|
Copyright © 2023. All rights reserved.