| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DelegationMetadata |
DelegationMetadata.clone() |
DelegationMetadata |
DelegationMetadata.withAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
DelegationMetadata |
DelegationMetadata.withAssessmentName(String assessmentName)
The name of the associated assessment.
|
DelegationMetadata |
DelegationMetadata.withControlSetName(String controlSetName)
Specifies the name of the control set that was delegated for review.
|
DelegationMetadata |
DelegationMetadata.withCreationTime(Date creationTime)
Specifies when the delegation was created.
|
DelegationMetadata |
DelegationMetadata.withId(String id)
The unique identifier for the delegation.
|
DelegationMetadata |
DelegationMetadata.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
DelegationMetadata |
DelegationMetadata.withStatus(DelegationStatus status)
The current status of the delegation.
|
DelegationMetadata |
DelegationMetadata.withStatus(String status)
The current status of the delegation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegationMetadata> |
GetDelegationsResult.getDelegations()
The list of delegations that the
GetDelegations API returned. |
| Modifier and Type | Method and Description |
|---|---|
GetDelegationsResult |
GetDelegationsResult.withDelegations(DelegationMetadata... delegations)
The list of delegations that the
GetDelegations API returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDelegationsResult.setDelegations(Collection<DelegationMetadata> delegations)
The list of delegations that the
GetDelegations API returned. |
GetDelegationsResult |
GetDelegationsResult.withDelegations(Collection<DelegationMetadata> delegations)
The list of delegations that the
GetDelegations API returned. |
Copyright © 2024. All rights reserved.