| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.clone() |
AssessmentFrameworkShareRequest |
UpdateAssessmentFrameworkShareResult.getAssessmentFrameworkShareRequest()
The updated share request that's returned by the
UpdateAssessmentFrameworkShare operation. |
AssessmentFrameworkShareRequest |
StartAssessmentFrameworkShareResult.getAssessmentFrameworkShareRequest()
The share request that's created by the
StartAssessmentFrameworkShare API. |
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withComment(String comment)
An optional comment from the sender about the share request.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withComplianceType(String complianceType)
The compliance type that the shared custom framework supports, such as CIS or HIPAA.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withCreationTime(Date creationTime)
The time when the share request was created.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withCustomControlsCount(Integer customControlsCount)
The number of custom controls that are part of the shared custom framework.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withDestinationAccount(String destinationAccount)
The Amazon Web Services account of the recipient.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withDestinationRegion(String destinationRegion)
The Amazon Web Services Region of the recipient.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withExpirationTime(Date expirationTime)
The time when the share request expires.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withFrameworkDescription(String frameworkDescription)
The description of the shared custom framework.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withFrameworkId(String frameworkId)
The unique identifier for the shared custom framework.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withFrameworkName(String frameworkName)
The name of the custom framework that the share request is for.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withId(String id)
The unique identifier for the share request.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withLastUpdated(Date lastUpdated)
Specifies when the share request was last updated.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withSourceAccount(String sourceAccount)
The Amazon Web Services account of the sender.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withStandardControlsCount(Integer standardControlsCount)
The number of standard controls that are part of the shared custom framework.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withStatus(ShareRequestStatus status)
The status of the share request.
|
AssessmentFrameworkShareRequest |
AssessmentFrameworkShareRequest.withStatus(String status)
The status of the share request.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentFrameworkShareRequest> |
ListAssessmentFrameworkShareRequestsResult.getAssessmentFrameworkShareRequests()
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssessmentFrameworkShareResult.setAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The updated share request that's returned by the
UpdateAssessmentFrameworkShare operation. |
void |
StartAssessmentFrameworkShareResult.setAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
UpdateAssessmentFrameworkShareResult |
UpdateAssessmentFrameworkShareResult.withAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The updated share request that's returned by the
UpdateAssessmentFrameworkShare operation. |
StartAssessmentFrameworkShareResult |
StartAssessmentFrameworkShareResult.withAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
ListAssessmentFrameworkShareRequestsResult |
ListAssessmentFrameworkShareRequestsResult.withAssessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentFrameworkShareRequestsResult.setAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResult |
ListAssessmentFrameworkShareRequestsResult.withAssessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
Copyright © 2023. All rights reserved.