Uses of Class
software.amazon.awssdk.services.auditmanager.model.Delegation
-
Packages that use Delegation Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Delegation in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type Delegation Modifier and Type Method Description List<Delegation>AssessmentControlSet. delegations()The delegations that are associated with the control set.List<Delegation>AssessmentMetadata. delegations()The delegations that are associated with the assessment.List<Delegation>AssessmentMetadataItem. delegations()The delegations that are associated with the assessment.List<Delegation>BatchCreateDelegationByAssessmentResponse. delegations()The delegations that are associated with the assessment.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Delegation Modifier and Type Method Description AssessmentControlSet.BuilderAssessmentControlSet.Builder. delegations(Delegation... delegations)The delegations that are associated with the control set.AssessmentMetadata.BuilderAssessmentMetadata.Builder. delegations(Delegation... delegations)The delegations that are associated with the assessment.AssessmentMetadataItem.BuilderAssessmentMetadataItem.Builder. delegations(Delegation... delegations)The delegations that are associated with the assessment.BatchCreateDelegationByAssessmentResponse.BuilderBatchCreateDelegationByAssessmentResponse.Builder. delegations(Delegation... delegations)The delegations that are associated with the assessment.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type Delegation Modifier and Type Method Description AssessmentControlSet.BuilderAssessmentControlSet.Builder. delegations(Collection<Delegation> delegations)The delegations that are associated with the control set.AssessmentMetadata.BuilderAssessmentMetadata.Builder. delegations(Collection<Delegation> delegations)The delegations that are associated with the assessment.AssessmentMetadataItem.BuilderAssessmentMetadataItem.Builder. delegations(Collection<Delegation> delegations)The delegations that are associated with the assessment.BatchCreateDelegationByAssessmentResponse.BuilderBatchCreateDelegationByAssessmentResponse.Builder. delegations(Collection<Delegation> delegations)The delegations that are associated with the assessment.
-