| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Delegation |
Delegation.clone() |
Delegation |
Delegation.withAssessmentId(String assessmentId)
The identifier for the assessment that's associated with the delegation.
|
Delegation |
Delegation.withAssessmentName(String assessmentName)
The name of the assessment that's associated with the delegation.
|
Delegation |
Delegation.withComment(String comment)
The comment that's related to the delegation.
|
Delegation |
Delegation.withControlSetId(String controlSetId)
The identifier for the control set that's associated with the delegation.
|
Delegation |
Delegation.withCreatedBy(String createdBy)
The IAM user or role that created the delegation.
|
Delegation |
Delegation.withCreationTime(Date creationTime)
Specifies when the delegation was created.
|
Delegation |
Delegation.withId(String id)
The unique identifier for the delegation.
|
Delegation |
Delegation.withLastUpdated(Date lastUpdated)
Specifies when the delegation was last updated.
|
Delegation |
Delegation.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
Delegation |
Delegation.withRoleType(RoleType roleType)
The type of customer persona.
|
Delegation |
Delegation.withRoleType(String roleType)
The type of customer persona.
|
Delegation |
Delegation.withStatus(DelegationStatus status)
The status of the delegation.
|
Delegation |
Delegation.withStatus(String status)
The status of the delegation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Delegation> |
AssessmentMetadata.getDelegations()
The delegations that are associated with the assessment.
|
List<Delegation> |
AssessmentControlSet.getDelegations()
The delegations that are associated with the control set.
|
List<Delegation> |
AssessmentMetadataItem.getDelegations()
The delegations that are associated with the assessment.
|
List<Delegation> |
BatchCreateDelegationByAssessmentResult.getDelegations()
The delegations that are associated with the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentMetadata |
AssessmentMetadata.withDelegations(Delegation... delegations)
The delegations that are associated with the assessment.
|
AssessmentControlSet |
AssessmentControlSet.withDelegations(Delegation... delegations)
The delegations that are associated with the control set.
|
AssessmentMetadataItem |
AssessmentMetadataItem.withDelegations(Delegation... delegations)
The delegations that are associated with the assessment.
|
BatchCreateDelegationByAssessmentResult |
BatchCreateDelegationByAssessmentResult.withDelegations(Delegation... delegations)
The delegations that are associated with the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentMetadata.setDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
void |
AssessmentControlSet.setDelegations(Collection<Delegation> delegations)
The delegations that are associated with the control set.
|
void |
AssessmentMetadataItem.setDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
void |
BatchCreateDelegationByAssessmentResult.setDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
AssessmentMetadata |
AssessmentMetadata.withDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
AssessmentControlSet |
AssessmentControlSet.withDelegations(Collection<Delegation> delegations)
The delegations that are associated with the control set.
|
AssessmentMetadataItem |
AssessmentMetadataItem.withDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
BatchCreateDelegationByAssessmentResult |
BatchCreateDelegationByAssessmentResult.withDelegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
Copyright © 2022. All rights reserved.