| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkShareRequest |
UpdateAssessmentFrameworkShareResponse.assessmentFrameworkShareRequest()
The updated share request that's returned by the
UpdateAssessmentFrameworkShare operation. |
AssessmentFrameworkShareRequest |
StartAssessmentFrameworkShareResponse.assessmentFrameworkShareRequest()
The share request that's created by the
StartAssessmentFrameworkShare API. |
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentFrameworkShareRequest> |
ListAssessmentFrameworkShareRequestsResponse.assessmentFrameworkShareRequests()
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentFrameworkShareResponse.Builder |
UpdateAssessmentFrameworkShareResponse.Builder.assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The updated share request that's returned by the
UpdateAssessmentFrameworkShare operation. |
StartAssessmentFrameworkShareResponse.Builder |
StartAssessmentFrameworkShareResponse.Builder.assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
ListAssessmentFrameworkShareRequestsResponse.Builder |
ListAssessmentFrameworkShareRequestsResponse.Builder.assessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworkShareRequestsResponse.Builder |
ListAssessmentFrameworkShareRequestsResponse.Builder.assessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
Copyright © 2022. All rights reserved.