Uses of Class
software.amazon.awssdk.services.auditmanager.model.AWSAccount
-
Packages that use AWSAccount Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of AWSAccount in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return AWSAccount Modifier and Type Method Description AWSAccountAssessment. awsAccount()The Amazon Web Services account that's associated with the assessment.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type AWSAccount Modifier and Type Method Description List<AWSAccount>Scope. awsAccounts()The Amazon Web Services accounts that are included in the scope of the assessment.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type AWSAccount Modifier and Type Method Description Assessment.BuilderAssessment.Builder. awsAccount(AWSAccount awsAccount)The Amazon Web Services account that's associated with the assessment.Scope.BuilderScope.Builder. awsAccounts(AWSAccount... awsAccounts)The Amazon Web Services accounts that are included in the scope of the assessment.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type AWSAccount Modifier and Type Method Description Scope.BuilderScope.Builder. awsAccounts(Collection<AWSAccount> awsAccounts)The Amazon Web Services accounts that are included in the scope of the assessment.
-